Color Hex Logo

#cc676a Color Hex

#CC676A
(204,103,106)
0 Favorites   0 Comments

Color spaces of #cc676a

RGB 204103106
HSL1.000.500.60
HSV358°50°80°
CMYK 0.000.500.48   0.20
XYZ32.353623.578516.4815
Yxy23.57850.44680.3256
Hunter Lab48.557733.957113.8661
CIE-Lab55.663340.218516.9692

#cc676a color RGB value is (204,103,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 01101010
Octal 314 147 152
Decimal 204 103 106
Hex CC 67 6A

RGB Percentages of Color #cc676a

%49.39
%24.94
%25.67

CMYK Percentages of Color #cc676a

%0
%50
%48
%20

Triadic Colors of #cc676a

#cc676a #6acc67 #676acc

Analogous Colors of #cc676a

#cc676a #cc9767 #cc679d

Monochromatic Colors of #cc676a

#cc676a

Complementary Color

#cc676a #67ccc9

#cc676a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc676a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc676a Color CSS Codes

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

#cc676a Text Font Color

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

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


#cc676a Background Color

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

This div background color is #cc676a


#cc676a Border Color

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

This div border color is #cc676a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc676a


Comments

No comments written yet.

Please login to write comment.