Color Hex Logo

#cc645b Color Hex

#CC645B
(204,100,91)
0 Favorites   0 Comments

Color spaces of #cc645b

RGB 20410091
HSL0.010.530.58
HSV55°80°
CMYK 0.000.510.55   0.20
XYZ31.347322.707012.6282
Yxy22.70700.47010.3405
Hunter Lab47.651934.033717.6439
CIE-Lab54.769240.414424.4817

#cc645b color RGB value is (204,100,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 01011011
Octal 314 144 133
Decimal 204 100 91
Hex CC 64 5B

RGB Percentages of Color #cc645b

%51.65
%25.32
%23.04

CMYK Percentages of Color #cc645b

%0
%51
%55
%20

Triadic Colors of #cc645b

#cc645b #5bcc64 #645bcc

Analogous Colors of #cc645b

#cc645b #cc9d5b #cc5b8b

Monochromatic Colors of #cc645b

#cc645b

Complementary Color

#cc645b #5bc3cc

#cc645b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc645b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc645b Color CSS Codes

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

#cc645b Text Font Color

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

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


#cc645b Background Color

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

This div background color is #cc645b


#cc645b Border Color

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

This div border color is #cc645b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,100,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 #cc645b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc645b


Comments

No comments written yet.

Please login to write comment.