#CC7982

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

Shades of Charm #CC7982

Tints of Charm #CC7982

Color information

#CC7982 (or 0xCC7982) is unknown color: approx Charm. HEX triplet: CC, 79 and 82. RGB value is (204,121,130). Sum of RGB (Red+Green+Blue) = 204+121+130=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7982 is #33867D. Grayscale: #929292. Windows color (decimal): -3376766 or 8550860. OLE color: 8550860.

HSL color Cylindrical-coordinate representation of color #CC7982: hue angle of 353.49º 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 #CC7982 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204121130-
CMYK00.410.360.2
HSL353.49º44.86%63.73%-
HSV(B)353.49º40.69%80%-
XYZ35.7728.1224.66-
YUV146.84118.5168.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=44.84%
G=26.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412113000.410.360.2353.4944.8663.73
HexCC798202924141612d40
Octal314171202051442454155100
Binary110011001111001100000100101001100100101001011000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7982; }

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

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

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

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

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

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

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

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