Color Hex Logo

#c45142 Color Hex

#C45142
(196,81,66)
0 Favorites   0 Comments

Color spaces of #c45142

RGB 1968166
HSL0.020.520.51
HSV66°77°
CMYK 0.000.590.66   0.23
XYZ26.690718.01407.2245
Yxy18.01400.51400.3469
Hunter Lab42.442937.976719.6179
CIE-Lab49.513145.040031.9857

#c45142 color RGB value is (196,81,66).

#c45142 hex color red value is 196, green value is 81 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c45142 hue: 0.02 , saturation: 0.52 and the lightness value of c45142 is 0.51.

The process color (four color CMYK) of #c45142 color hex is 0.00, 0.59, 0.66, 0.23. Web safe color of #c45142 is #cc6633. Color #c45142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010001 01000010
Octal 304 121 102
Decimal 196 81 66
Hex C4 51 42

RGB Percentages of Color #c45142

%57.14
%23.62
%19.24

CMYK Percentages of Color #c45142

%0
%59
%66
%23

Triadic Colors of #c45142

#c45142 #42c451 #5142c4

Analogous Colors of #c45142

#c45142 #c49242 #c44274

Monochromatic Colors of #c45142

#c45142

Complementary Color

#c45142 #42b5c4

#c45142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45142 Color CSS Codes

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

#c45142 Text Font Color

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

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


#c45142 Background Color

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

This div background color is #c45142


#c45142 Border Color

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

This div border color is #c45142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45142


Comments

No comments written yet.

Please login to write comment.