Shades of Charm #CC7982
Tints of Charm #CC7982
RGB
CMYK
RGB Variations
Color information
#CC7982 (or 0xCC7982) is known color: 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
| RGB | 204 | 121 | 130 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.2 |
| HSL | 353.49º | 0.45% | 0.64% | - |
| HSV(B) | 353.49º | 0.41% | 0.8% | - |
| XYZ | 35.77 | 28.12 | 24.66 | - |
| YUV | 146.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 130 | 0 | 0.41 | 0.36 | 0.2 | 353.49 | 0.45 | 0.64 |
| Hex | CC | 79 | 82 | 0 | 29 | 24 | 14 | 161 | 2D | 40 |
| Octal | 314 | 171 | 202 | 0 | 51 | 44 | 24 | 541 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10000010 | 0 | 101001 | 100100 | 10100 | 101100001 | 101101 | 1000000 |
Color Harmonies of #CC7982
Complementary color
Monochromatic Colors of #CC7982
Black with #CC7982
Text Example
Text Example
White with #CC7982
Text Example
Text Example
HTML Codes & Css Web 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>