Color Hex Logo

#cc565e Color Hex

#CC565E
(204,86,94)
0 Favorites   0 Comments

Color spaces of #cc565e

RGB 2048694
HSL0.990.540.57
HSV356°58°80°
CMYK 0.000.580.54   0.20
XYZ30.250020.301112.9138
Yxy20.30110.47660.3199
Hunter Lab45.056740.991314.5465
CIE-Lab52.175947.513619.2807

#cc565e color RGB value is (204,86,94).

#cc565e hex color red value is 204, green value is 86 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cc565e hue: 0.99 , saturation: 0.54 and the lightness value of cc565e is 0.57.

The process color (four color CMYK) of #cc565e color hex is 0.00, 0.58, 0.54, 0.20. Web safe color of #cc565e is #cc6666. Color #cc565e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 01011110
Octal 314 126 136
Decimal 204 86 94
Hex CC 56 5E

RGB Percentages of Color #cc565e

%53.13
%22.40
%24.48

CMYK Percentages of Color #cc565e

%0
%58
%54
%20

Triadic Colors of #cc565e

#cc565e #5ecc56 #565ecc

Analogous Colors of #cc565e

#cc565e #cc8956 #cc5699

Monochromatic Colors of #cc565e

#cc565e

Complementary Color

#cc565e #56ccc4

#cc565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc565e Color CSS Codes

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

#cc565e Text Font Color

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

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


#cc565e Background Color

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

This div background color is #cc565e


#cc565e Border Color

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

This div border color is #cc565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc565e


Comments

No comments written yet.

Please login to write comment.