Shades of Charm #C0798B
Tints of Charm #C0798B
RGB
CMYK
RGB Variations
Color information
#C0798B (or 0xC0798B) is known color: Charm. HEX triplet: C0, 79 and 8B. RGB value is (192,121,139). Sum of RGB (Red+Green+Blue) = 192+121+139=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0798B is #3F8674. Grayscale: #909090. Windows color (decimal): -4163189 or 9140672. OLE color: 9140672.
HSL color Cylindrical-coordinate representation of color #C0798B: hue angle of 344.79º 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 #C0798B is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 139 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.25 |
| HSL | 344.79º | 0.36% | 0.61% | - |
| HSV(B) | 344.79º | 0.37% | 0.75% | - |
| XYZ | 33.24 | 26.75 | 27.84 | - |
| YUV | 144.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 139 | 0 | 0.37 | 0.28 | 0.25 | 344.79 | 0.36 | 0.61 |
| Hex | C0 | 79 | 8B | 0 | 25 | 1C | 19 | 159 | 24 | 3D |
| Octal | 300 | 171 | 213 | 0 | 45 | 34 | 31 | 531 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10001011 | 0 | 100101 | 11100 | 11001 | 101011001 | 100100 | 111101 |
Color Harmonies of #C0798B
Complementary color
Monochromatic Colors of #C0798B
Black with #C0798B
Text Example
Text Example
White with #C0798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0798B; }
p { color: rgb(192,121,139); }
H1.HeaderClassName
{
color: #C0798B;
}
.AnyTagClassName
{
color: #C0798B;
}
</style>
background-color css
<style>
a { background-color: #C0798B; }
a { background-color: rgb(192,121,139); }
div.DivClassName
{
background-color: #C0798B;
}
.BgClassName
{
background-color: #C0798B;
}
</style>
border-color css
<style>
span { border-color: #C0798B; }
span { border-color: rgb(192,121,139); }
td.TdClassName
{
border-color: #C0798B;
}
.TagClassName
{
border-color: #C0798B;
}
</style>