#CC7F80

Color #CC7F80 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #CC7F80

Tints of Charm #CC7F80

Color information

#CC7F80 (or 0xCC7F80) is unknown color: approx Charm. HEX triplet: CC, 7F and 80. RGB value is (204,127,128). Sum of RGB (Red+Green+Blue) = 204+127+128=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F80 is #33807F. Grayscale: #969696. Windows color (decimal): -3375232 or 8421324. OLE color: 8421324.

HSL color Cylindrical-coordinate representation of color #CC7F80: hue angle of 359.22º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7F80 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204127128-
CMYK00.380.370.2
HSL359.22º43.02%64.9%-
HSV(B)359.22º37.75%80%-
XYZ36.3929.5724.21-
YUV150.14115.51166.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=44.44%
G=27.67%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412712800.380.370.2359.2243.0264.9
HexCC7F8002625141672b41
Octal314177200046452454753101
Binary110011001111111100000000100110100101101001011001111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F80; }

 p { color: rgb(204,127,128); }

 H1.HeaderClassName
 {
   color: #CC7F80;
 }
 .AnyTagClassName
 {
   color: #CC7F80;
 }
</style>
background-color css

<style>
 a { background-color: #CC7F80; }

 a { background-color: rgb(204,127,128); }

 div.DivClassName
 {
   background-color: #CC7F80;
 }
 .BgClassName
 {
   background-color: #CC7F80;
 }
</style>
border-color css

<style>
 span { border-color: #CC7F80; }

 span { border-color: rgb(204,127,128); }

 td.TdClassName
 {
   border-color: #CC7F80;
 }
 .TagClassName
 {
   border-color: #CC7F80;
 }
</style>