Color Hex Logo

#c45012 Color Hex

#C45012
(196,80,18)
0 Favorites   0 Comments

Color spaces of #c45012

RGB 1968018
HSL0.060.830.42
HSV21°91°77°
CMYK 0.000.590.91   0.23
XYZ25.742817.51682.5965
Yxy17.51680.56140.3820
Hunter Lab41.853136.548125.6189
CIE-Lab48.904743.739454.3378

#c45012 color RGB value is (196,80,18).

#c45012 hex color red value is 196, green value is 80 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c45012 hue: 0.06 , saturation: 0.83 and the lightness value of c45012 is 0.42.

The process color (four color CMYK) of #c45012 color hex is 0.00, 0.59, 0.91, 0.23. Web safe color of #c45012 is #cc6600. Color #c45012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010000 00010010
Octal 304 120 22
Decimal 196 80 18
Hex C4 50 12

RGB Percentages of Color #c45012

%66.67
%27.21
%6.12

CMYK Percentages of Color #c45012

%0
%59
%91
%23

Triadic Colors of #c45012

#c45012 #12c450 #5012c4

Analogous Colors of #c45012

#c45012 #c4a912 #c4122d

Monochromatic Colors of #c45012

#c45012

Complementary Color

#c45012 #1286c4

#c45012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45012 Color CSS Codes

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

#c45012 Text Font Color

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

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


#c45012 Background Color

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

This div background color is #c45012


#c45012 Border Color

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

This div border color is #c45012


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,80,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c45012; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c45012;
  -webkit-box-shadow: 1px 1px 3px 2px #c45012;
  box-shadow:         1px 1px 3px 2px #c45012; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,80,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45012


Comments

No comments written yet.

Please login to write comment.