Color Hex Logo

#cba59c Color Hex

#CBA59C
(203,165,156)
0 Favorites   0 Comments

Color spaces of #cba59c

RGB 203165156
HSL0.030.310.70
HSV11°23°80°
CMYK 0.000.190.23   0.20
XYZ44.084542.007137.2372
Yxy42.00710.35750.3406
Hunter Lab64.81297.989811.3049
CIE-Lab70.875812.57239.9231

#cba59c color RGB value is (203,165,156).

#cba59c hex color red value is 203, green value is 165 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cba59c hue: 0.03 , saturation: 0.31 and the lightness value of cba59c is 0.70.

The process color (four color CMYK) of #cba59c color hex is 0.00, 0.19, 0.23, 0.20. Web safe color of #cba59c is #cc9999. Color #cba59c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 10011100
Octal 313 245 234
Decimal 203 165 156
Hex CB A5 9C

RGB Percentages of Color #cba59c

%38.74
%31.49
%29.77

CMYK Percentages of Color #cba59c

%0
%19
%23
%20

Triadic Colors of #cba59c

#cba59c #9ccba5 #a59ccb

Analogous Colors of #cba59c

#cba59c #cbbd9c #cb9cab

Monochromatic Colors of #cba59c

#cba59c

Complementary Color

#cba59c #9cc2cb

#cba59c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba59c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba59c Color CSS Codes

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

#cba59c Text Font Color

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

This sample text font color is #cba59c
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.


#cba59c Background Color

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

This div background color is #cba59c


#cba59c Border Color

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

This div border color is #cba59c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba59c


Comments

No comments written yet.

Please login to write comment.