Color Hex Logo

#c96311 Color Hex

#C96311
(201,99,17)
0 Favorites   0 Comments

Color spaces of #c96311

RGB 2019917
HSL0.070.840.43
HSV27°92°79°
CMYK 0.000.510.92   0.21
XYZ28.650421.38173.1473
Yxy21.38170.53870.4021
Hunter Lab46.240429.677528.3327
CIE-Lab53.364736.263058.2150

#c96311 color RGB value is (201,99,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100011 00010001
Octal 311 143 21
Decimal 201 99 17
Hex C9 63 11

RGB Percentages of Color #c96311

%63.41
%31.23
%5.36

CMYK Percentages of Color #c96311

%0
%51
%92
%21

Triadic Colors of #c96311

#c96311 #11c963 #6311c9

Analogous Colors of #c96311

#c96311 #c9bf11 #c9111b

Monochromatic Colors of #c96311

#c96311

Complementary Color

#c96311 #1177c9

#c96311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96311 Color CSS Codes

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

#c96311 Text Font Color

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

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


#c96311 Background Color

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

This div background color is #c96311


#c96311 Border Color

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

This div border color is #c96311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96311


Comments

No comments written yet.

Please login to write comment.