Color Hex Logo

#cb962a Color Hex

#CB962A
(203,150,42)
0 Favorites   0 Comments

Color spaces of #cb962a

RGB 20315042
HSL0.110.660.48
HSV40°79°80°
CMYK 0.000.260.79   0.20
XYZ35.952934.67646.9888
Yxy34.67640.46320.4468
Hunter Lab58.88675.930434.1840
CIE-Lab65.495910.330060.4327

#cb962a color RGB value is (203,150,42).

#cb962a hex color red value is 203, green value is 150 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cb962a hue: 0.11 , saturation: 0.66 and the lightness value of cb962a is 0.48.

The process color (four color CMYK) of #cb962a color hex is 0.00, 0.26, 0.79, 0.20. Web safe color of #cb962a is #cc9933. Color #cb962a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 00101010
Octal 313 226 52
Decimal 203 150 42
Hex CB 96 2A

RGB Percentages of Color #cb962a

%51.39
%37.97
%10.63

CMYK Percentages of Color #cb962a

%0
%26
%79
%20

Triadic Colors of #cb962a

#cb962a #2acb96 #962acb

Analogous Colors of #cb962a

#cb962a #b0cb2a #cb462a

Monochromatic Colors of #cb962a

#cb962a

Complementary Color

#cb962a #2a5fcb

#cb962a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb962a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb962a Color CSS Codes

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

#cb962a Text Font Color

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

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


#cb962a Background Color

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

This div background color is #cb962a


#cb962a Border Color

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

This div border color is #cb962a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb962a


Comments

No comments written yet.

Please login to write comment.