Color Hex Logo

#cb996d Color Hex

#CB996D
(203,153,109)
0 Favorites   0 Comments

Color spaces of #cb996d

RGB 203153109
HSL0.080.470.61
HSV28°46°80°
CMYK 0.000.250.46   0.20
XYZ38.780236.583119.4853
Yxy36.58310.40890.3857
Hunter Lab60.48408.601023.2381
CIE-Lab66.963113.246830.3341

#cb996d color RGB value is (203,153,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011001 01101101
Octal 313 231 155
Decimal 203 153 109
Hex CB 99 6D

RGB Percentages of Color #cb996d

%43.66
%32.90
%23.44

CMYK Percentages of Color #cb996d

%0
%25
%46
%20

Triadic Colors of #cb996d

#cb996d #6dcb99 #996dcb

Analogous Colors of #cb996d

#cb996d #cbc86d #cb6d70

Monochromatic Colors of #cb996d

#cb996d

Complementary Color

#cb996d #6d9fcb

#cb996d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb996d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb996d Color CSS Codes

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

#cb996d Text Font Color

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

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


#cb996d Background Color

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

This div background color is #cb996d


#cb996d Border Color

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

This div border color is #cb996d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb996d


Comments

No comments written yet.

Please login to write comment.