Shades of Royal Heath #C0597D
Tints of Royal Heath #C0597D
RGB
CMYK
RGB Variations
Color information
#C0597D (or 0xC0597D) is known color: Royal Heath. HEX triplet: C0, 59 and 7D. RGB value is (192,89,125). Sum of RGB (Red+Green+Blue) = 192+89+125=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0597D is #3FA682. Grayscale: #7B7B7B. Windows color (decimal): -4171395 or 8214976. OLE color: 8214976.
HSL color Cylindrical-coordinate representation of color #C0597D: hue angle of 339.03º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0597D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 125 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.25 |
| HSL | 339.03º | 0.45% | 0.55% | - |
| HSV(B) | 339.03º | 0.54% | 0.75% | - |
| XYZ | 29.01 | 19.83 | 21.7 | - |
| YUV | 123.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 125 | 0 | 0.54 | 0.35 | 0.25 | 339.03 | 0.45 | 0.55 |
| Hex | C0 | 59 | 7D | 0 | 36 | 23 | 19 | 153 | 2D | 37 |
| Octal | 300 | 131 | 175 | 0 | 66 | 43 | 31 | 523 | 55 | 67 |
| Binary | 11000000 | 1011001 | 1111101 | 0 | 110110 | 100011 | 11001 | 101010011 | 101101 | 110111 |
Color Harmonies of #C0597D
Complementary color
Monochromatic Colors of #C0597D
Black with #C0597D
Text Example
Text Example
White with #C0597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0597D; }
p { color: rgb(192,89,125); }
H1.HeaderClassName
{
color: #C0597D;
}
.AnyTagClassName
{
color: #C0597D;
}
</style>
background-color css
<style>
a { background-color: #C0597D; }
a { background-color: rgb(192,89,125); }
div.DivClassName
{
background-color: #C0597D;
}
.BgClassName
{
background-color: #C0597D;
}
</style>
border-color css
<style>
span { border-color: #C0597D; }
span { border-color: rgb(192,89,125); }
td.TdClassName
{
border-color: #C0597D;
}
.TagClassName
{
border-color: #C0597D;
}
</style>