Color Hex Logo

#c9962a Color Hex

#C9962A
(201,150,42)
0 Favorites   0 Comments

Color spaces of #c9962a

RGB 20115042
HSL0.110.650.48
HSV41°79°79°
CMYK 0.000.250.79   0.21
XYZ35.411734.39746.9634
Yxy34.39740.46130.4480
Hunter Lab58.64935.139834.0150
CIE-Lab65.27689.451060.1520

#c9962a color RGB value is (201,150,42).

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

The process color (four color CMYK) of #c9962a color hex is 0.00, 0.25, 0.79, 0.21. Web safe color of #c9962a is #cc9933. Color #c9962a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010110 00101010
Octal 311 226 52
Decimal 201 150 42
Hex C9 96 2A

RGB Percentages of Color #c9962a

%51.15
%38.17
%10.69

CMYK Percentages of Color #c9962a

%0
%25
%79
%21

Triadic Colors of #c9962a

#c9962a #2ac996 #962ac9

Analogous Colors of #c9962a

#c9962a #adc92a #c9472a

Monochromatic Colors of #c9962a

#c9962a

Complementary Color

#c9962a #2a5dc9

#c9962a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9962a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9962a Color CSS Codes

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

#c9962a Text Font Color

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

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


#c9962a Background Color

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

This div background color is #c9962a


#c9962a Border Color

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

This div border color is #c9962a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9962a


Comments

No comments written yet.

Please login to write comment.