Color Hex Logo

#cc606d Color Hex

#CC606D
(204,96,109)
0 Favorites   0 Comments

Color spaces of #cc606d

RGB 20496109
HSL0.980.510.59
HSV353°53°80°
CMYK 0.000.530.47   0.20
XYZ31.845022.307217.0953
Yxy22.30720.44700.3131
Hunter Lab47.230537.699611.6011
CIE-Lab54.351444.034013.4004

#cc606d color RGB value is (204,96,109).

#cc606d hex color red value is 204, green value is 96 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cc606d hue: 0.98 , saturation: 0.51 and the lightness value of cc606d is 0.59.

The process color (four color CMYK) of #cc606d color hex is 0.00, 0.53, 0.47, 0.20. Web safe color of #cc606d is #cc6666. Color #cc606d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 01101101
Octal 314 140 155
Decimal 204 96 109
Hex CC 60 6D

RGB Percentages of Color #cc606d

%49.88
%23.47
%26.65

CMYK Percentages of Color #cc606d

%0
%53
%47
%20

Triadic Colors of #cc606d

#cc606d #6dcc60 #606dcc

Analogous Colors of #cc606d

#cc606d #cc8960 #cc60a3

Monochromatic Colors of #cc606d

#cc606d

Complementary Color

#cc606d #60ccbf

#cc606d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc606d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc606d Color CSS Codes

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

#cc606d Text Font Color

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

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


#cc606d Background Color

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

This div background color is #cc606d


#cc606d Border Color

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

This div border color is #cc606d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc606d


Comments

No comments written yet.

Please login to write comment.