Shades of Royal Heath #C64372
Tints of Royal Heath #C64372
RGB
CMYK
RGB Variations
Color information
#C64372 (or 0xC64372) is known color: Royal Heath. HEX triplet: C6, 43 and 72. RGB value is (198,67,114). Sum of RGB (Red+Green+Blue) = 198+67+114=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C64372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64372 is #39BC8D. Grayscale: #6F6F6F. Windows color (decimal): -3783822 or 7488454. OLE color: 7488454.
HSL color Cylindrical-coordinate representation of color #C64372: hue angle of 338.47º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64372 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 114 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.22 |
| HSL | 338.47º | 0.53% | 0.52% | - |
| HSV(B) | 338.47º | 0.66% | 0.78% | - |
| XYZ | 28.33 | 17.23 | 17.75 | - |
| YUV | 111.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 114 | 0 | 0.66 | 0.42 | 0.22 | 338.47 | 0.53 | 0.52 |
| Hex | C6 | 43 | 72 | 0 | 42 | 2A | 16 | 152 | 35 | 34 |
| Octal | 306 | 103 | 162 | 0 | 102 | 52 | 26 | 522 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1110010 | 0 | 1000010 | 101010 | 10110 | 101010010 | 110101 | 110100 |
Color Harmonies of #C64372
Complementary color
Monochromatic Colors of #C64372
Black with #C64372
Text Example
Text Example
White with #C64372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64372; }
p { color: rgb(198,67,114); }
H1.HeaderClassName
{
color: #C64372;
}
.AnyTagClassName
{
color: #C64372;
}
</style>
background-color css
<style>
a { background-color: #C64372; }
a { background-color: rgb(198,67,114); }
div.DivClassName
{
background-color: #C64372;
}
.BgClassName
{
background-color: #C64372;
}
</style>
border-color css
<style>
span { border-color: #C64372; }
span { border-color: rgb(198,67,114); }
td.TdClassName
{
border-color: #C64372;
}
.TagClassName
{
border-color: #C64372;
}
</style>