Shades of Royal Heath #C64572
Tints of Royal Heath #C64572
RGB
CMYK
RGB Variations
Color information
#C64572 (or 0xC64572) is known color: Royal Heath. HEX triplet: C6, 45 and 72. RGB value is (198,69,114). Sum of RGB (Red+Green+Blue) = 198+69+114=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C64572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64572 is #39BA8D. Grayscale: #707070. Windows color (decimal): -3783310 or 7488966. OLE color: 7488966.
HSL color Cylindrical-coordinate representation of color #C64572: hue angle of 339.07º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64572 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 114 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.22 |
| HSL | 339.07º | 0.53% | 0.52% | - |
| HSV(B) | 339.07º | 0.65% | 0.78% | - |
| XYZ | 28.45 | 17.48 | 17.79 | - |
| YUV | 112.7 | 128.74 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 114 | 0 | 0.65 | 0.42 | 0.22 | 339.07 | 0.53 | 0.52 |
| Hex | C6 | 45 | 72 | 0 | 41 | 2A | 16 | 153 | 35 | 34 |
| Octal | 306 | 105 | 162 | 0 | 101 | 52 | 26 | 523 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1110010 | 0 | 1000001 | 101010 | 10110 | 101010011 | 110101 | 110100 |
Color Harmonies of #C64572
Complementary color
Monochromatic Colors of #C64572
Black with #C64572
Text Example
Text Example
White with #C64572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64572; }
p { color: rgb(198,69,114); }
H1.HeaderClassName
{
color: #C64572;
}
.AnyTagClassName
{
color: #C64572;
}
</style>
background-color css
<style>
a { background-color: #C64572; }
a { background-color: rgb(198,69,114); }
div.DivClassName
{
background-color: #C64572;
}
.BgClassName
{
background-color: #C64572;
}
</style>
border-color css
<style>
span { border-color: #C64572; }
span { border-color: rgb(198,69,114); }
td.TdClassName
{
border-color: #C64572;
}
.TagClassName
{
border-color: #C64572;
}
</style>