Shades of Charm #CC7882
Tints of Charm #CC7882
RGB
CMYK
RGB Variations
Color information
#CC7882 (or 0xCC7882) is known color: 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
| RGB | 204 | 120 | 130 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.2 |
| HSL | 352.86º | 0.45% | 0.64% | - |
| HSV(B) | 352.86º | 0.41% | 0.8% | - |
| XYZ | 35.65 | 27.88 | 24.62 | - |
| YUV | 146.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 130 | 0 | 0.41 | 0.36 | 0.2 | 352.86 | 0.45 | 0.64 |
| Hex | CC | 78 | 82 | 0 | 29 | 24 | 14 | 161 | 2D | 40 |
| Octal | 314 | 170 | 202 | 0 | 51 | 44 | 24 | 541 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10000010 | 0 | 101001 | 100100 | 10100 | 101100001 | 101101 | 1000000 |
Color Harmonies of #CC7882
Complementary color
Monochromatic Colors of #CC7882
Black with #CC7882
Text Example
Text Example
White with #CC7882
Text Example
Text Example
HTML Codes & Css Web 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>