Color Hex Logo

#c45512 Color Hex

#C45512
(196,85,18)
0 Favorites   0 Comments

Color spaces of #c45512

RGB 1968518
HSL0.060.830.42
HSV23°91°77°
CMYK 0.000.570.91   0.23
XYZ26.122618.27642.7232
Yxy18.27640.55440.3879
Hunter Lab42.750934.256926.1489
CIE-Lab49.829641.335855.0110

#c45512 color RGB value is (196,85,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010101 00010010
Octal 304 125 22
Decimal 196 85 18
Hex C4 55 12

RGB Percentages of Color #c45512

%65.55
%28.43
%6.02

CMYK Percentages of Color #c45512

%0
%57
%91
%23

Triadic Colors of #c45512

#c45512 #12c455 #5512c4

Analogous Colors of #c45512

#c45512 #c4ae12 #c41228

Monochromatic Colors of #c45512

#c45512

Complementary Color

#c45512 #1281c4

#c45512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45512 Color CSS Codes

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

#c45512 Text Font Color

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

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


#c45512 Background Color

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

This div background color is #c45512


#c45512 Border Color

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

This div border color is #c45512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45512


Comments

No comments written yet.

Please login to write comment.