Color Hex Logo

#cb9967 Color Hex

#CB9967
(203,153,103)
0 Favorites   0 Comments

Color spaces of #cb9967

RGB 203153103
HSL0.080.490.60
HSV30°49°80°
CMYK 0.000.250.49   0.20
XYZ38.468036.458217.8416
Yxy36.45820.41470.3930
Hunter Lab60.38068.054824.7471
CIE-Lab66.868512.656433.4338

#cb9967 color RGB value is (203,153,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011001 01100111
Octal 313 231 147
Decimal 203 153 103
Hex CB 99 67

RGB Percentages of Color #cb9967

%44.23
%33.33
%22.44

CMYK Percentages of Color #cb9967

%0
%25
%49
%20

Triadic Colors of #cb9967

#cb9967 #67cb99 #9967cb

Analogous Colors of #cb9967

#cb9967 #cbcb67 #cb6767

Monochromatic Colors of #cb9967

#cb9967

Complementary Color

#cb9967 #6799cb

#cb9967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9967 Color CSS Codes

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

#cb9967 Text Font Color

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

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


#cb9967 Background Color

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

This div background color is #cb9967


#cb9967 Border Color

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

This div border color is #cb9967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9967


Comments

No comments written yet.

Please login to write comment.