Color Hex Logo

#cb899c Color Hex

#CB899C
(203,137,156)
0 Favorites   0 Comments

Color spaces of #cb899c

RGB 203137156
HSL0.950.390.67
HSV343°33°80°
CMYK 0.000.330.23   0.20
XYZ39.575032.988135.7340
Yxy32.98810.36540.3046
Hunter Lab57.435322.48133.3167
CIE-Lab64.151327.88300.2369

#cb899c color RGB value is (203,137,156).

#cb899c hex color red value is 203, green value is 137 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cb899c hue: 0.95 , saturation: 0.39 and the lightness value of cb899c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001001 10011100
Octal 313 211 234
Decimal 203 137 156
Hex CB 89 9C

RGB Percentages of Color #cb899c

%40.93
%27.62
%31.45

CMYK Percentages of Color #cb899c

%0
%33
%23
%20

Triadic Colors of #cb899c

#cb899c #9ccb89 #899ccb

Analogous Colors of #cb899c

#cb899c #cb9789 #cb89bd

Monochromatic Colors of #cb899c

#cb899c

Complementary Color

#cb899c #89cbb8

#cb899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb899c Color CSS Codes

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

#cb899c Text Font Color

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

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


#cb899c Background Color

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

This div background color is #cb899c


#cb899c Border Color

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

This div border color is #cb899c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,137,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 #cb899c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb899c


Comments

No comments written yet.

Please login to write comment.