Color Hex Logo

#c9650b Color Hex

#C9650B
(201,101,11)
0 Favorites   0 Comments

Color spaces of #c9650b

RGB 20110111
HSL0.080.900.42
HSV28°95°79°
CMYK 0.000.500.95   0.21
XYZ28.801521.74902.9966
Yxy21.74900.53790.4062
Hunter Lab46.635828.625928.8354
CIE-Lab53.759735.149059.8916

#c9650b color RGB value is (201,101,11).

#c9650b hex color red value is 201, green value is 101 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c9650b hue: 0.08 , saturation: 0.90 and the lightness value of c9650b is 0.42.

The process color (four color CMYK) of #c9650b color hex is 0.00, 0.50, 0.95, 0.21. Web safe color of #c9650b is #cc6600. Color #c9650b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 00001011
Octal 311 145 13
Decimal 201 101 11
Hex C9 65 B

RGB Percentages of Color #c9650b

%64.22
%32.27
%3.51

CMYK Percentages of Color #c9650b

%0
%50
%95
%21

Triadic Colors of #c9650b

#c9650b #0bc965 #650bc9

Analogous Colors of #c9650b

#c9650b #c9c40b #c90b10

Monochromatic Colors of #c9650b

#c9650b

Complementary Color

#c9650b #0b6fc9

#c9650b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9650b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9650b Color CSS Codes

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

#c9650b Text Font Color

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

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


#c9650b Background Color

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

This div background color is #c9650b


#c9650b Border Color

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

This div border color is #c9650b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,101,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9650b


Comments

No comments written yet.

Please login to write comment.