Shades of Charm #CC788F
Tints of Charm #CC788F
RGB
CMYK
RGB Variations
Color information
#CC788F (or 0xCC788F) is known color: Charm. HEX triplet: CC, 78 and 8F. RGB value is (204,120,143). Sum of RGB (Red+Green+Blue) = 204+120+143=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC788F is #338770. Grayscale: #939393. Windows color (decimal): -3377009 or 9402572. OLE color: 9402572.
HSL color Cylindrical-coordinate representation of color #CC788F: hue angle of 343.57º 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 #CC788F is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 143 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.2 |
| HSL | 343.57º | 0.45% | 0.64% | - |
| HSV(B) | 343.57º | 0.41% | 0.8% | - |
| XYZ | 36.58 | 28.25 | 29.51 | - |
| YUV | 147.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 143 | 0 | 0.41 | 0.30 | 0.2 | 343.57 | 0.45 | 0.64 |
| Hex | CC | 78 | 8F | 0 | 29 | 1E | 14 | 158 | 2D | 40 |
| Octal | 314 | 170 | 217 | 0 | 51 | 36 | 24 | 530 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10001111 | 0 | 101001 | 11110 | 10100 | 101011000 | 101101 | 1000000 |
Color Harmonies of #CC788F
Complementary color
Monochromatic Colors of #CC788F
Black with #CC788F
Text Example
Text Example
White with #CC788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC788F; }
p { color: rgb(204,120,143); }
H1.HeaderClassName
{
color: #CC788F;
}
.AnyTagClassName
{
color: #CC788F;
}
</style>
background-color css
<style>
a { background-color: #CC788F; }
a { background-color: rgb(204,120,143); }
div.DivClassName
{
background-color: #CC788F;
}
.BgClassName
{
background-color: #CC788F;
}
</style>
border-color css
<style>
span { border-color: #CC788F; }
span { border-color: rgb(204,120,143); }
td.TdClassName
{
border-color: #CC788F;
}
.TagClassName
{
border-color: #CC788F;
}
</style>