Color Hex Logo

#cc645f Color Hex

#CC645F
(204,100,95)
0 Favorites   0 Comments

Color spaces of #cc645f

RGB 20410095
HSL0.010.520.59
HSV53°80°
CMYK 0.000.510.53   0.20
XYZ31.524622.777913.5615
Yxy22.77790.46450.3356
Hunter Lab47.726234.383816.5610
CIE-Lab54.842840.747322.2626

#cc645f color RGB value is (204,100,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 01011111
Octal 314 144 137
Decimal 204 100 95
Hex CC 64 5F

RGB Percentages of Color #cc645f

%51.13
%25.06
%23.81

CMYK Percentages of Color #cc645f

%0
%51
%53
%20

Triadic Colors of #cc645f

#cc645f #5fcc64 #645fcc

Analogous Colors of #cc645f

#cc645f #cc9b5f #cc5f91

Monochromatic Colors of #cc645f

#cc645f

Complementary Color

#cc645f #5fc7cc

#cc645f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc645f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc645f Color CSS Codes

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

#cc645f Text Font Color

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

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


#cc645f Background Color

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

This div background color is #cc645f


#cc645f Border Color

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

This div border color is #cc645f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc645f


Comments

No comments written yet.

Please login to write comment.