Shades of Charm #CC797D
Tints of Charm #CC797D
RGB
CMYK
RGB Variations
Color information
#CC797D (or 0xCC797D) is known color: Charm. HEX triplet: CC, 79 and 7D. RGB value is (204,121,125). Sum of RGB (Red+Green+Blue) = 204+121+125=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC797D is #338682. Grayscale: #929292. Windows color (decimal): -3376771 or 8223180. OLE color: 8223180.
HSL color Cylindrical-coordinate representation of color #CC797D: hue angle of 357.11º 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 #CC797D is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 125 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.2 |
| HSL | 357.11º | 0.45% | 0.64% | - |
| HSV(B) | 357.11º | 0.41% | 0.8% | - |
| XYZ | 35.44 | 27.99 | 22.94 | - |
| YUV | 146.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 125 | 0 | 0.41 | 0.39 | 0.2 | 357.11 | 0.45 | 0.64 |
| Hex | CC | 79 | 7D | 0 | 29 | 27 | 14 | 165 | 2D | 40 |
| Octal | 314 | 171 | 175 | 0 | 51 | 47 | 24 | 545 | 55 | 100 |
| Binary | 11001100 | 1111001 | 1111101 | 0 | 101001 | 100111 | 10100 | 101100101 | 101101 | 1000000 |
Color Harmonies of #CC797D
Complementary color
Monochromatic Colors of #CC797D
Black with #CC797D
Text Example
Text Example
White with #CC797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC797D; }
p { color: rgb(204,121,125); }
H1.HeaderClassName
{
color: #CC797D;
}
.AnyTagClassName
{
color: #CC797D;
}
</style>
background-color css
<style>
a { background-color: #CC797D; }
a { background-color: rgb(204,121,125); }
div.DivClassName
{
background-color: #CC797D;
}
.BgClassName
{
background-color: #CC797D;
}
</style>
border-color css
<style>
span { border-color: #CC797D; }
span { border-color: rgb(204,121,125); }
td.TdClassName
{
border-color: #CC797D;
}
.TagClassName
{
border-color: #CC797D;
}
</style>