Color Hex Logo

#cb876f Color Hex

#CB876F
(203,135,111)
0 Favorites   0 Comments

Color spaces of #cb876f

RGB 203135111
HSL0.040.470.62
HSV16°45°80°
CMYK 0.000.330.45   0.20
XYZ36.161831.172219.1498
Yxy31.17220.41810.3604
Hunter Lab55.832117.906318.7466
CIE-Lab62.652723.284223.5531

#cb876f color RGB value is (203,135,111).

#cb876f hex color red value is 203, green value is 135 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cb876f hue: 0.04 , saturation: 0.47 and the lightness value of cb876f is 0.62.

The process color (four color CMYK) of #cb876f color hex is 0.00, 0.33, 0.45, 0.20. Web safe color of #cb876f is #cc9966. Color #cb876f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 01101111
Octal 313 207 157
Decimal 203 135 111
Hex CB 87 6F

RGB Percentages of Color #cb876f

%45.21
%30.07
%24.72

CMYK Percentages of Color #cb876f

%0
%33
%45
%20

Triadic Colors of #cb876f

#cb876f #6fcb87 #876fcb

Analogous Colors of #cb876f

#cb876f #cbb56f #cb6f85

Monochromatic Colors of #cb876f

#cb876f

Complementary Color

#cb876f #6fb3cb

#cb876f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb876f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb876f Color CSS Codes

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

#cb876f Text Font Color

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

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


#cb876f Background Color

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

This div background color is #cb876f


#cb876f Border Color

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

This div border color is #cb876f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb876f


Comments

No comments written yet.

Please login to write comment.