Shades of Charm #CC788B
Tints of Charm #CC788B
RGB
CMYK
RGB Variations
Color information
#CC788B (or 0xCC788B) is known color: Charm. HEX triplet: CC, 78 and 8B. RGB value is (204,120,139). Sum of RGB (Red+Green+Blue) = 204+120+139=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC788B is #338774. Grayscale: #939393. Windows color (decimal): -3377013 or 9140428. OLE color: 9140428.
HSL color Cylindrical-coordinate representation of color #CC788B: hue angle of 346.43º 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 #CC788B is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 139 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.2 |
| HSL | 346.43º | 0.45% | 0.64% | - |
| HSV(B) | 346.43º | 0.41% | 0.8% | - |
| XYZ | 36.28 | 28.13 | 27.94 | - |
| YUV | 147.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 139 | 0 | 0.41 | 0.32 | 0.2 | 346.43 | 0.45 | 0.64 |
| Hex | CC | 78 | 8B | 0 | 29 | 20 | 14 | 15A | 2D | 40 |
| Octal | 314 | 170 | 213 | 0 | 51 | 40 | 24 | 532 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10001011 | 0 | 101001 | 100000 | 10100 | 101011010 | 101101 | 1000000 |
Color Harmonies of #CC788B
Complementary color
Monochromatic Colors of #CC788B
Black with #CC788B
Text Example
Text Example
White with #CC788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC788B; }
p { color: rgb(204,120,139); }
H1.HeaderClassName
{
color: #CC788B;
}
.AnyTagClassName
{
color: #CC788B;
}
</style>
background-color css
<style>
a { background-color: #CC788B; }
a { background-color: rgb(204,120,139); }
div.DivClassName
{
background-color: #CC788B;
}
.BgClassName
{
background-color: #CC788B;
}
</style>
border-color css
<style>
span { border-color: #CC788B; }
span { border-color: rgb(204,120,139); }
td.TdClassName
{
border-color: #CC788B;
}
.TagClassName
{
border-color: #CC788B;
}
</style>