Color Hex Logo

#c96310 Color Hex

#C96310
(201,99,16)
0 Favorites   0 Comments

Color spaces of #c96310

RGB 2019916
HSL0.070.850.43
HSV27°92°79°
CMYK 0.000.510.92   0.21
XYZ28.642821.37863.1071
Yxy21.37860.53910.4024
Hunter Lab46.237029.662128.3816
CIE-Lab53.361436.247858.4716

#c96310 color RGB value is (201,99,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100011 00010000
Octal 311 143 20
Decimal 201 99 16
Hex C9 63 10

RGB Percentages of Color #c96310

%63.61
%31.33
%5.06

CMYK Percentages of Color #c96310

%0
%51
%92
%21

Triadic Colors of #c96310

#c96310 #10c963 #6310c9

Analogous Colors of #c96310

#c96310 #c9c010 #c91019

Monochromatic Colors of #c96310

#c96310

Complementary Color

#c96310 #1076c9

#c96310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96310 Color CSS Codes

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

#c96310 Text Font Color

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

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


#c96310 Background Color

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

This div background color is #c96310


#c96310 Border Color

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

This div border color is #c96310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96310


Comments

No comments written yet.

Please login to write comment.