Color Hex Logo

#cba564 Color Hex

#CBA564
(203,165,100)
0 Favorites   0 Comments

Color spaces of #cba564

RGB 203165100
HSL0.110.500.59
HSV38°51°80°
CMYK 0.000.190.51   0.20
XYZ40.384040.526917.7506
Yxy40.52690.40930.4108
Hunter Lab63.66071.827428.0306
CIE-Lab69.84325.875938.7489

#cba564 color RGB value is (203,165,100).

#cba564 hex color red value is 203, green value is 165 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cba564 hue: 0.11 , saturation: 0.50 and the lightness value of cba564 is 0.59.

The process color (four color CMYK) of #cba564 color hex is 0.00, 0.19, 0.51, 0.20. Web safe color of #cba564 is #cc9966. Color #cba564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 01100100
Octal 313 245 144
Decimal 203 165 100
Hex CB A5 64

RGB Percentages of Color #cba564

%43.38
%35.26
%21.37

CMYK Percentages of Color #cba564

%0
%19
%51
%20

Triadic Colors of #cba564

#cba564 #64cba5 #a564cb

Analogous Colors of #cba564

#cba564 #becb64 #cb7264

Monochromatic Colors of #cba564

#cba564

Complementary Color

#cba564 #648acb

#cba564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba564 Color CSS Codes

.mybgcolor {background-color:#cba564; } 
.myforecolor {color:#cba564; }
.mybordercolor {border:3px solid #cba564; }

#cba564 Text Font Color

<p style="color:#cba564">Text here</p>

This sample text font color is #cba564
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cba564 Background Color

<div style="background-color:#cba564">
Div content here</div>

This div background color is #cba564


#cba564 Border Color

<div style="border:3px solid #cba564">
Div here</div>

This div border color is #cba564


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,165,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cba564; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cba564;
  -webkit-box-shadow: 1px 1px 3px 2px #cba564;
  box-shadow:         1px 1px 3px 2px #cba564; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,165,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cba564">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cba564;
  -webkit-box-shadow: 1px 1px 3px 2px #cba564;
  box-shadow:         1px 1px 3px 2px #cba564;">
Div content here</div>

This div box has shadow with color #cba564


Comments

No comments written yet.

Please login to write comment.