Shades of Charm #CC798D
Tints of Charm #CC798D
RGB
CMYK
RGB Variations
Color information
#CC798D (or 0xCC798D) is known color: Charm. HEX triplet: CC, 79 and 8D. RGB value is (204,121,141). Sum of RGB (Red+Green+Blue) = 204+121+141=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC798D is #338672. Grayscale: #949494. Windows color (decimal): -3376755 or 9271756. OLE color: 9271756.
HSL color Cylindrical-coordinate representation of color #CC798D: hue angle of 345.54º 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 #CC798D is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 141 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.2 |
| HSL | 345.54º | 0.45% | 0.64% | - |
| HSV(B) | 345.54º | 0.41% | 0.8% | - |
| XYZ | 36.55 | 28.44 | 28.76 | - |
| YUV | 148.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 141 | 0 | 0.41 | 0.31 | 0.2 | 345.54 | 0.45 | 0.64 |
| Hex | CC | 79 | 8D | 0 | 29 | 1F | 14 | 15A | 2D | 40 |
| Octal | 314 | 171 | 215 | 0 | 51 | 37 | 24 | 532 | 55 | 100 |
| Binary | 11001100 | 1111001 | 10001101 | 0 | 101001 | 11111 | 10100 | 101011010 | 101101 | 1000000 |
Color Harmonies of #CC798D
Complementary color
Monochromatic Colors of #CC798D
Black with #CC798D
Text Example
Text Example
White with #CC798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC798D; }
p { color: rgb(204,121,141); }
H1.HeaderClassName
{
color: #CC798D;
}
.AnyTagClassName
{
color: #CC798D;
}
</style>
background-color css
<style>
a { background-color: #CC798D; }
a { background-color: rgb(204,121,141); }
div.DivClassName
{
background-color: #CC798D;
}
.BgClassName
{
background-color: #CC798D;
}
</style>
border-color css
<style>
span { border-color: #CC798D; }
span { border-color: rgb(204,121,141); }
td.TdClassName
{
border-color: #CC798D;
}
.TagClassName
{
border-color: #CC798D;
}
</style>