Color Hex Logo

#cb886d Color Hex

#CB886D
(203,136,109)
0 Favorites   0 Comments

Color spaces of #cb886d

RGB 203136109
HSL0.050.470.61
HSV17°46°80°
CMYK 0.000.330.46   0.20
XYZ36.193131.409018.6230
Yxy31.40900.41980.3643
Hunter Lab56.043717.198919.5289
CIE-Lab62.851422.532424.9327

#cb886d color RGB value is (203,136,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001000 01101101
Octal 313 210 155
Decimal 203 136 109
Hex CB 88 6D

RGB Percentages of Color #cb886d

%45.31
%30.36
%24.33

CMYK Percentages of Color #cb886d

%0
%33
%46
%20

Triadic Colors of #cb886d

#cb886d #6dcb88 #886dcb

Analogous Colors of #cb886d

#cb886d #cbb76d #cb6d81

Monochromatic Colors of #cb886d

#cb886d

Complementary Color

#cb886d #6db0cb

#cb886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb886d Color CSS Codes

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

#cb886d Text Font Color

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

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


#cb886d Background Color

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

This div background color is #cb886d


#cb886d Border Color

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

This div border color is #cb886d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb886d


Comments

No comments written yet.

Please login to write comment.