#CC7882

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

Shades of Charm #CC7882

Tints of Charm #CC7882

Color information

#CC7882 (or 0xCC7882) is unknown color: approx Charm. HEX triplet: CC, 78 and 82. RGB value is (204,120,130). Sum of RGB (Red+Green+Blue) = 204+120+130=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7882 is #33877D. Grayscale: #929292. Windows color (decimal): -3377022 or 8550604. OLE color: 8550604.

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

Color convert

RGB204120130-
CMYK00.410.360.2
HSL352.86º45.16%63.53%-
HSV(B)352.86º41.18%80%-
XYZ35.6527.8824.62-
YUV146.26118.83169.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 130 (51.17% from 255) = 28.63%
R=44.93%
G=26.43%
B=28.63%

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
Decimal20412013000.410.360.2352.8645.1663.53
HexCC788202924141612d40
Octal314170202051442454155100
Binary110011001111000100000100101001100100101001011000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7882; }

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

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

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

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

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

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

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

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