Color Hex Logo

#cb866d Color Hex

#CB866D
(203,134,109)
0 Favorites   0 Comments

Color spaces of #cb866d

RGB 203134109
HSL0.040.470.61
HSV16°46°80°
CMYK 0.000.340.46   0.20
XYZ35.914030.850818.5299
Yxy30.85080.42110.3617
Hunter Lab55.543518.215619.1007
CIE-Lab62.381523.623924.3078

#cb866d color RGB value is (203,134,109).

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

The process color (four color CMYK) of #cb866d color hex is 0.00, 0.34, 0.46, 0.20. Web safe color of #cb866d is #cc9966. Color #cb866d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000110 01101101
Octal 313 206 155
Decimal 203 134 109
Hex CB 86 6D

RGB Percentages of Color #cb866d

%45.52
%30.04
%24.44

CMYK Percentages of Color #cb866d

%0
%34
%46
%20

Triadic Colors of #cb866d

#cb866d #6dcb86 #866dcb

Analogous Colors of #cb866d

#cb866d #cbb56d #cb6d83

Monochromatic Colors of #cb866d

#cb866d

Complementary Color

#cb866d #6db2cb

#cb866d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb866d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb866d Color CSS Codes

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

#cb866d Text Font Color

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

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


#cb866d Background Color

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

This div background color is #cb866d


#cb866d Border Color

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

This div border color is #cb866d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb866d


Comments

No comments written yet.

Please login to write comment.