Color Hex Logo

#c36010 Color Hex

#C36010
(195,96,16)
0 Favorites   0 Comments

Color spaces of #c36010

RGB 1959616
HSL0.070.850.41
HSV27°92°76°
CMYK 0.000.510.92   0.24
XYZ26.782120.00532.9400
Yxy20.00530.53860.4023
Hunter Lab44.727328.610727.4119
CIE-Lab51.843235.369756.9700

#c36010 color RGB value is (195,96,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100000 00010000
Octal 303 140 20
Decimal 195 96 16
Hex C3 60 10

RGB Percentages of Color #c36010

%63.52
%31.27
%5.21

CMYK Percentages of Color #c36010

%0
%51
%92
%24

Triadic Colors of #c36010

#c36010 #10c360 #6010c3

Analogous Colors of #c36010

#c36010 #c3ba10 #c3101a

Monochromatic Colors of #c36010

#c36010

Complementary Color

#c36010 #1073c3

#c36010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36010 Color CSS Codes

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

#c36010 Text Font Color

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

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


#c36010 Background Color

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

This div background color is #c36010


#c36010 Border Color

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

This div border color is #c36010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36010


Comments

No comments written yet.

Please login to write comment.