Color Hex Logo

#c96511 Color Hex

#C96511
(201,101,17)
0 Favorites   0 Comments

Color spaces of #c96511

RGB 20110117
HSL0.080.840.43
HSV27°92°79°
CMYK 0.000.500.92   0.21
XYZ28.842321.76533.2113
Yxy21.76530.53590.4044
Hunter Lab46.653328.710128.5762
CIE-Lab53.777135.232558.5127

#c96511 color RGB value is (201,101,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 00010001
Octal 311 145 21
Decimal 201 101 17
Hex C9 65 11

RGB Percentages of Color #c96511

%63.01
%31.66
%5.33

CMYK Percentages of Color #c96511

%0
%50
%92
%21

Triadic Colors of #c96511

#c96511 #11c965 #6511c9

Analogous Colors of #c96511

#c96511 #c9c111 #c91119

Monochromatic Colors of #c96511

#c96511

Complementary Color

#c96511 #1175c9

#c96511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96511 Color CSS Codes

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

#c96511 Text Font Color

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

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


#c96511 Background Color

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

This div background color is #c96511


#c96511 Border Color

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

This div border color is #c96511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96511


Comments

No comments written yet.

Please login to write comment.