Color Hex Logo

#cc676f Color Hex

#CC676F
(204,103,111)
0 Favorites   0 Comments

Color spaces of #cc676f

RGB 204103111
HSL0.990.500.60
HSV355°50°80°
CMYK 0.000.500.46   0.20
XYZ32.621323.685617.8914
Yxy23.68560.43970.3192
Hunter Lab48.667934.477012.2712
CIE-Lab55.771640.711714.1995

#cc676f color RGB value is (204,103,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 01101111
Octal 314 147 157
Decimal 204 103 111
Hex CC 67 6F

RGB Percentages of Color #cc676f

%48.80
%24.64
%26.56

CMYK Percentages of Color #cc676f

%0
%50
%46
%20

Triadic Colors of #cc676f

#cc676f #6fcc67 #676fcc

Analogous Colors of #cc676f

#cc676f #cc9267 #cc67a2

Monochromatic Colors of #cc676f

#cc676f

Complementary Color

#cc676f #67ccc4

#cc676f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc676f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc676f Color CSS Codes

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

#cc676f Text Font Color

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

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


#cc676f Background Color

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

This div background color is #cc676f


#cc676f Border Color

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

This div border color is #cc676f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc676f


Comments

No comments written yet.

Please login to write comment.