Color Hex Logo

#cc592a Color Hex

#CC592A
(204,89,42)
0 Favorites   0 Comments

Color spaces of #cc592a

RGB 2048942
HSL0.050.660.48
HSV17°79°80°
CMYK 0.000.560.79   0.20
XYZ28.892120.14934.5569
Yxy20.14930.53900.3759
Hunter Lab44.888036.337425.4026
CIE-Lab52.005643.061547.8126

#cc592a color RGB value is (204,89,42).

#cc592a hex color red value is 204, green value is 89 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cc592a hue: 0.05 , saturation: 0.66 and the lightness value of cc592a is 0.48.

The process color (four color CMYK) of #cc592a color hex is 0.00, 0.56, 0.79, 0.20. Web safe color of #cc592a is #cc6633. Color #cc592a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 00101010
Octal 314 131 52
Decimal 204 89 42
Hex CC 59 2A

RGB Percentages of Color #cc592a

%60.90
%26.57
%12.54

CMYK Percentages of Color #cc592a

%0
%56
%79
%20

Triadic Colors of #cc592a

#cc592a #2acc59 #592acc

Analogous Colors of #cc592a

#cc592a #ccaa2a #cc2a4c

Monochromatic Colors of #cc592a

#cc592a

Complementary Color

#cc592a #2a9dcc

#cc592a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc592a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc592a Color CSS Codes

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

#cc592a Text Font Color

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

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


#cc592a Background Color

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

This div background color is #cc592a


#cc592a Border Color

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

This div border color is #cc592a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,89,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc592a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc592a;
  -webkit-box-shadow: 1px 1px 3px 2px #cc592a;
  box-shadow:         1px 1px 3px 2px #cc592a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,89,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc592a


Comments

No comments written yet.

Please login to write comment.