Color Hex Logo

#cc646f Color Hex

#CC646F
(204,100,111)
0 Favorites   0 Comments

Color spaces of #cc646f

RGB 204100111
HSL0.980.500.60
HSV354°51°80°
CMYK 0.000.510.46   0.20
XYZ32.328323.099417.7937
Yxy23.09940.44150.3155
Hunter Lab48.061835.958011.6926
CIE-Lab55.174642.234013.3698

#cc646f color RGB value is (204,100,111).

#cc646f hex color red value is 204, green value is 100 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cc646f hue: 0.98 , saturation: 0.50 and the lightness value of cc646f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 01101111
Octal 314 144 157
Decimal 204 100 111
Hex CC 64 6F

RGB Percentages of Color #cc646f

%49.16
%24.10
%26.75

CMYK Percentages of Color #cc646f

%0
%51
%46
%20

Triadic Colors of #cc646f

#cc646f #6fcc64 #646fcc

Analogous Colors of #cc646f

#cc646f #cc8d64 #cc64a3

Monochromatic Colors of #cc646f

#cc646f

Complementary Color

#cc646f #64ccc1

#cc646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc646f Color CSS Codes

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

#cc646f Text Font Color

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

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


#cc646f Background Color

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

This div background color is #cc646f


#cc646f Border Color

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

This div border color is #cc646f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc646f


Comments

No comments written yet.

Please login to write comment.