Color Hex Logo

#cc605b Color Hex

#CC605B
(204,96,91)
0 Favorites   0 Comments

Color spaces of #cc605b

RGB 2049691
HSL0.010.530.58
HSV55°80°
CMYK 0.000.530.55   0.20
XYZ30.973021.958412.5035
Yxy21.95840.47330.3356
Hunter Lab46.859835.978816.9816
CIE-Lab53.982842.423723.4479

#cc605b color RGB value is (204,96,91).

#cc605b hex color red value is 204, green value is 96 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cc605b hue: 0.01 , saturation: 0.53 and the lightness value of cc605b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 01011011
Octal 314 140 133
Decimal 204 96 91
Hex CC 60 5B

RGB Percentages of Color #cc605b

%52.17
%24.55
%23.27

CMYK Percentages of Color #cc605b

%0
%53
%55
%20

Triadic Colors of #cc605b

#cc605b #5bcc60 #605bcc

Analogous Colors of #cc605b

#cc605b #cc995b #cc5b8f

Monochromatic Colors of #cc605b

#cc605b

Complementary Color

#cc605b #5bc7cc

#cc605b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc605b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc605b Color CSS Codes

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

#cc605b Text Font Color

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

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


#cc605b Background Color

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

This div background color is #cc605b


#cc605b Border Color

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

This div border color is #cc605b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc605b


Comments

No comments written yet.

Please login to write comment.