#CC7980

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

Shades of Charm #CC7980

Tints of Charm #CC7980

Color information

#CC7980 (or 0xCC7980) is unknown color: approx Charm. HEX triplet: CC, 79 and 80. RGB value is (204,121,128). Sum of RGB (Red+Green+Blue) = 204+121+128=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7980 is #33867F. Grayscale: #929292. Windows color (decimal): -3376768 or 8419788. OLE color: 8419788.

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

Color convert

RGB204121128-
CMYK00.410.370.2
HSL354.94º44.86%63.73%-
HSV(B)354.94º40.69%80%-
XYZ35.6428.0723.96-
YUV146.62117.5168.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=45.03%
G=26.71%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412112800.410.370.2354.9444.8663.73
HexCC798002925141632d40
Octal314171200051452454355100
Binary110011001111001100000000101001100101101001011000111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7980; }

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

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

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

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

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

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

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

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