Color Hex Logo

#cc686a Color Hex

#CC686A
(204,104,106)
0 Favorites   0 Comments

Color spaces of #cc686a

RGB 204104106
HSL1.000.500.60
HSV359°49°80°
CMYK 0.000.490.48   0.20
XYZ32.453723.778616.5149
Yxy23.77860.44610.3269
Hunter Lab48.763333.462314.0543
CIE-Lab55.865439.706817.2458

#cc686a color RGB value is (204,104,106).

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

The process color (four color CMYK) of #cc686a color hex is 0.00, 0.49, 0.48, 0.20. Web safe color of #cc686a is #cc6666. Color #cc686a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 01101010
Octal 314 150 152
Decimal 204 104 106
Hex CC 68 6A

RGB Percentages of Color #cc686a

%49.28
%25.12
%25.60

CMYK Percentages of Color #cc686a

%0
%49
%48
%20

Triadic Colors of #cc686a

#cc686a #6acc68 #686acc

Analogous Colors of #cc686a

#cc686a #cc9868 #cc689c

Monochromatic Colors of #cc686a

#cc686a

Complementary Color

#cc686a #68ccca

#cc686a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc686a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc686a Color CSS Codes

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

#cc686a Text Font Color

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

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


#cc686a Background Color

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

This div background color is #cc686a


#cc686a Border Color

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

This div border color is #cc686a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc686a


Comments

No comments written yet.

Please login to write comment.