Color Hex Logo

#cb9941 Color Hex

#CB9941
(203,153,65)
0 Favorites   0 Comments

Color spaces of #cb9941

RGB 20315365
HSL0.110.570.53
HSV38°68°80°
CMYK 0.000.250.68   0.20
XYZ36.974035.86069.9741
Yxy35.86060.44650.4331
Hunter Lab59.88375.414732.0434
CIE-Lab66.41339.767451.9345

#cb9941 color RGB value is (203,153,65).

#cb9941 hex color red value is 203, green value is 153 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #cb9941 hue: 0.11 , saturation: 0.57 and the lightness value of cb9941 is 0.53.

The process color (four color CMYK) of #cb9941 color hex is 0.00, 0.25, 0.68, 0.20. Web safe color of #cb9941 is #cc9933. Color #cb9941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011001 01000001
Octal 313 231 101
Decimal 203 153 65
Hex CB 99 41

RGB Percentages of Color #cb9941

%48.22
%36.34
%15.44

CMYK Percentages of Color #cb9941

%0
%25
%68
%20

Triadic Colors of #cb9941

#cb9941 #41cb99 #9941cb

Analogous Colors of #cb9941

#cb9941 #b8cb41 #cb5441

Monochromatic Colors of #cb9941

#cb9941

Complementary Color

#cb9941 #4173cb

#cb9941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9941 Color CSS Codes

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

#cb9941 Text Font Color

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

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


#cb9941 Background Color

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

This div background color is #cb9941


#cb9941 Border Color

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

This div border color is #cb9941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9941


Comments

No comments written yet.

Please login to write comment.