Shades of Charm #CC7682
Tints of Charm #CC7682
RGB
CMYK
RGB Variations
Color information
#CC7682 (or 0xCC7682) is known color: Charm. HEX triplet: CC, 76 and 82. RGB value is (204,118,130). Sum of RGB (Red+Green+Blue) = 204+118+130=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7682 is #33897D. Grayscale: #919191. Windows color (decimal): -3377534 or 8550092. OLE color: 8550092.
HSL color Cylindrical-coordinate representation of color #CC7682: hue angle of 351.63º degrees, saturation: 0.46, 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 #CC7682 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 130 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.2 |
| HSL | 351.63º | 0.46% | 0.63% | - |
| HSV(B) | 351.63º | 0.42% | 0.8% | - |
| XYZ | 35.41 | 27.41 | 24.54 | - |
| YUV | 145.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 130 | 0 | 0.42 | 0.36 | 0.2 | 351.63 | 0.46 | 0.63 |
| Hex | CC | 76 | 82 | 0 | 2A | 24 | 14 | 160 | 2E | 3F |
| Octal | 314 | 166 | 202 | 0 | 52 | 44 | 24 | 540 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10000010 | 0 | 101010 | 100100 | 10100 | 101100000 | 101110 | 111111 |
Color Harmonies of #CC7682
Complementary color
Monochromatic Colors of #CC7682
Black with #CC7682
Text Example
Text Example
White with #CC7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7682; }
p { color: rgb(204,118,130); }
H1.HeaderClassName
{
color: #CC7682;
}
.AnyTagClassName
{
color: #CC7682;
}
</style>
background-color css
<style>
a { background-color: #CC7682; }
a { background-color: rgb(204,118,130); }
div.DivClassName
{
background-color: #CC7682;
}
.BgClassName
{
background-color: #CC7682;
}
</style>
border-color css
<style>
span { border-color: #CC7682; }
span { border-color: rgb(204,118,130); }
td.TdClassName
{
border-color: #CC7682;
}
.TagClassName
{
border-color: #CC7682;
}
</style>