Shades of Charm #C0798D
Tints of Charm #C0798D
RGB
CMYK
RGB Variations
Color information
#C0798D (or 0xC0798D) is known color: Charm. HEX triplet: C0, 79 and 8D. RGB value is (192,121,141). Sum of RGB (Red+Green+Blue) = 192+121+141=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0798D is #3F8672. Grayscale: #909090. Windows color (decimal): -4163187 or 9271744. OLE color: 9271744.
HSL color Cylindrical-coordinate representation of color #C0798D: hue angle of 343.1º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0798D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 141 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.25 |
| HSL | 343.1º | 0.36% | 0.61% | - |
| HSV(B) | 343.1º | 0.37% | 0.75% | - |
| XYZ | 33.38 | 26.8 | 28.61 | - |
| YUV | 144.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 141 | 0 | 0.37 | 0.27 | 0.25 | 343.1 | 0.36 | 0.61 |
| Hex | C0 | 79 | 8D | 0 | 25 | 1B | 19 | 157 | 24 | 3D |
| Octal | 300 | 171 | 215 | 0 | 45 | 33 | 31 | 527 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10001101 | 0 | 100101 | 11011 | 11001 | 101010111 | 100100 | 111101 |
Color Harmonies of #C0798D
Complementary color
Monochromatic Colors of #C0798D
Black with #C0798D
Text Example
Text Example
White with #C0798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0798D; }
p { color: rgb(192,121,141); }
H1.HeaderClassName
{
color: #C0798D;
}
.AnyTagClassName
{
color: #C0798D;
}
</style>
background-color css
<style>
a { background-color: #C0798D; }
a { background-color: rgb(192,121,141); }
div.DivClassName
{
background-color: #C0798D;
}
.BgClassName
{
background-color: #C0798D;
}
</style>
border-color css
<style>
span { border-color: #C0798D; }
span { border-color: rgb(192,121,141); }
td.TdClassName
{
border-color: #C0798D;
}
.TagClassName
{
border-color: #C0798D;
}
</style>