Color Hex Logo

#cc594f Color Hex

#CC594F
(204,89,79)
0 Favorites   0 Comments

Color spaces of #cc594f

RGB 2048979
HSL0.010.550.55
HSV61°80°
CMYK 0.000.560.61   0.20
XYZ29.885520.54669.7879
Yxy20.54660.49630.3412
Hunter Lab45.328438.362418.9272
CIE-Lab52.449744.957128.4239

#cc594f color RGB value is (204,89,79).

#cc594f hex color red value is 204, green value is 89 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cc594f hue: 0.01 , saturation: 0.55 and the lightness value of cc594f is 0.55.

The process color (four color CMYK) of #cc594f color hex is 0.00, 0.56, 0.61, 0.20. Web safe color of #cc594f is #cc6666. Color #cc594f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 01001111
Octal 314 131 117
Decimal 204 89 79
Hex CC 59 4F

RGB Percentages of Color #cc594f

%54.84
%23.92
%21.24

CMYK Percentages of Color #cc594f

%0
%56
%61
%20

Triadic Colors of #cc594f

#cc594f #4fcc59 #594fcc

Analogous Colors of #cc594f

#cc594f #cc984f #cc4f84

Monochromatic Colors of #cc594f

#cc594f

Complementary Color

#cc594f #4fc2cc

#cc594f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc594f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc594f Color CSS Codes

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

#cc594f Text Font Color

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

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


#cc594f Background Color

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

This div background color is #cc594f


#cc594f Border Color

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

This div border color is #cc594f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc594f


Comments

No comments written yet.

Please login to write comment.