Shades of Charm #CC788A
Tints of Charm #CC788A
RGB
CMYK
RGB Variations
Color information
#CC788A (or 0xCC788A) is known color: Charm. HEX triplet: CC, 78 and 8A. RGB value is (204,120,138). Sum of RGB (Red+Green+Blue) = 204+120+138=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC788A is #338775. Grayscale: #939393. Windows color (decimal): -3377014 or 9074892. OLE color: 9074892.
HSL color Cylindrical-coordinate representation of color #CC788A: hue angle of 347.14º 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 #CC788A is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 138 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.2 |
| HSL | 347.14º | 0.45% | 0.64% | - |
| HSV(B) | 347.14º | 0.41% | 0.8% | - |
| XYZ | 36.21 | 28.11 | 27.56 | - |
| YUV | 147.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 138 | 0 | 0.41 | 0.32 | 0.2 | 347.14 | 0.45 | 0.64 |
| Hex | CC | 78 | 8A | 0 | 29 | 20 | 14 | 15B | 2D | 40 |
| Octal | 314 | 170 | 212 | 0 | 51 | 40 | 24 | 533 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10001010 | 0 | 101001 | 100000 | 10100 | 101011011 | 101101 | 1000000 |
Color Harmonies of #CC788A
Complementary color
Monochromatic Colors of #CC788A
Black with #CC788A
Text Example
Text Example
White with #CC788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC788A; }
p { color: rgb(204,120,138); }
H1.HeaderClassName
{
color: #CC788A;
}
.AnyTagClassName
{
color: #CC788A;
}
</style>
background-color css
<style>
a { background-color: #CC788A; }
a { background-color: rgb(204,120,138); }
div.DivClassName
{
background-color: #CC788A;
}
.BgClassName
{
background-color: #CC788A;
}
</style>
border-color css
<style>
span { border-color: #CC788A; }
span { border-color: rgb(204,120,138); }
td.TdClassName
{
border-color: #CC788A;
}
.TagClassName
{
border-color: #CC788A;
}
</style>