Color Hex Logo

#c04c45 Color Hex

#C04C45
(192,76,69)
0 Favorites   0 Comments

Color spaces of #c04c45

RGB 1927669
HSL0.010.490.51
HSV64°75°
CMYK 0.000.600.64   0.25
XYZ25.396816.80507.5354
Yxy16.80500.51060.3379
Hunter Lab40.993938.846117.7972
CIE-Lab48.013446.125428.2549

#c04c45 color RGB value is (192,76,69).

#c04c45 hex color red value is 192, green value is 76 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c04c45 hue: 0.01 , saturation: 0.49 and the lightness value of c04c45 is 0.51.

The process color (four color CMYK) of #c04c45 color hex is 0.00, 0.60, 0.64, 0.25. Web safe color of #c04c45 is #cc3333. Color #c04c45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 01000101
Octal 300 114 105
Decimal 192 76 69
Hex C0 4C 45

RGB Percentages of Color #c04c45

%56.97
%22.55
%20.47

CMYK Percentages of Color #c04c45

%0
%60
%64
%25

Triadic Colors of #c04c45

#c04c45 #45c04c #4c45c0

Analogous Colors of #c04c45

#c04c45 #c08a45 #c0457c

Monochromatic Colors of #c04c45

#c04c45

Complementary Color

#c04c45 #45b9c0

#c04c45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04c45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04c45 Color CSS Codes

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

#c04c45 Text Font Color

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

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


#c04c45 Background Color

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

This div background color is #c04c45


#c04c45 Border Color

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

This div border color is #c04c45


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,76,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c04c45; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c04c45;
  -webkit-box-shadow: 1px 1px 3px 2px #c04c45;
  box-shadow:         1px 1px 3px 2px #c04c45; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,76,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04c45


Comments

No comments written yet.

Please login to write comment.