Shades of Charm #CC7989
Tints of Charm #CC7989
RGB
CMYK
RGB Variations
Color information
#CC7989 (or 0xCC7989) is known color: Charm. HEX triplet: CC, 79 and 89. RGB value is (204,121,137). Sum of RGB (Red+Green+Blue) = 204+121+137=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7989 is #338676. Grayscale: #939393. Windows color (decimal): -3376759 or 9009612. OLE color: 9009612.
HSL color Cylindrical-coordinate representation of color #CC7989: hue angle of 348.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 #CC7989 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 137 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.2 |
| HSL | 348.43º | 0.45% | 0.64% | - |
| HSV(B) | 348.43º | 0.41% | 0.8% | - |
| XYZ | 36.25 | 28.32 | 27.22 | - |
| YUV | 147.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 137 | 0 | 0.41 | 0.33 | 0.2 | 348.43 | 0.45 | 0.64 |
| Hex | CC | 79 | 89 | 0 | 29 | 21 | 14 | 15C | 2D | 40 |
| Octal | 314 | 171 | 211 | 0 | 51 | 41 | 24 | 534 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10001001 | 0 | 101001 | 100001 | 10100 | 101011100 | 101101 | 1000000 |
Color Harmonies of #CC7989
Complementary color
Monochromatic Colors of #CC7989
Black with #CC7989
Text Example
Text Example
White with #CC7989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7989; }
p { color: rgb(204,121,137); }
H1.HeaderClassName
{
color: #CC7989;
}
.AnyTagClassName
{
color: #CC7989;
}
</style>
background-color css
<style>
a { background-color: #CC7989; }
a { background-color: rgb(204,121,137); }
div.DivClassName
{
background-color: #CC7989;
}
.BgClassName
{
background-color: #CC7989;
}
</style>
border-color css
<style>
span { border-color: #CC7989; }
span { border-color: rgb(204,121,137); }
td.TdClassName
{
border-color: #CC7989;
}
.TagClassName
{
border-color: #CC7989;
}
</style>