#CC7082

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

Shades of Charm #CC7082

Tints of Charm #CC7082

Color information

#CC7082 (or 0xCC7082) is unknown color: approx Charm. HEX triplet: CC, 70 and 82. RGB value is (204,112,130). Sum of RGB (Red+Green+Blue) = 204+112+130=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7082 is #338F7D. Grayscale: #8D8D8D. Windows color (decimal): -3379070 or 8548556. OLE color: 8548556.

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

Color convert

RGB204112130-
CMYK00.450.360.2
HSL348.26º47.42%61.96%-
HSV(B)348.26º45.1%80%-
XYZ34.7326.0424.31-
YUV141.56121.48172.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=45.74%
G=25.11%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411213000.450.360.2348.2647.4261.96
HexCC708202D241415c2f3e
Octal31416020205544245345776
Binary11001100111000010000010010110110010010100101011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7082; }

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

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

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

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

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

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

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

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