#CC7782

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

Shades of Charm #CC7782

Tints of Charm #CC7782

Color information

#CC7782 (or 0xCC7782) is unknown color: approx Charm. HEX triplet: CC, 77 and 82. RGB value is (204,119,130). Sum of RGB (Red+Green+Blue) = 204+119+130=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7782 is #33887D. Grayscale: #919191. Windows color (decimal): -3377278 or 8550348. OLE color: 8550348.

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

Color convert

RGB204119130-
CMYK00.420.360.2
HSL352.24º45.45%63.33%-
HSV(B)352.24º41.67%80%-
XYZ35.5327.6424.58-
YUV145.67119.16169.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=45.03%
G=26.27%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411913000.420.360.2352.2445.4563.33
HexCC778202A24141602d3f
Octal31416720205244245405577
Binary11001100111011110000010010101010010010100101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7782; }

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

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

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

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

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

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

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

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