Shades of Royal Heath #C64370
Tints of Royal Heath #C64370
RGB
CMYK
RGB Variations
Color information
#C64370 (or 0xC64370) is known color: Royal Heath. HEX triplet: C6, 43 and 70. RGB value is (198,67,112). Sum of RGB (Red+Green+Blue) = 198+67+112=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C64370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64370 is #39BC8F. Grayscale: #6F6F6F. Windows color (decimal): -3783824 or 7357382. OLE color: 7357382.
HSL color Cylindrical-coordinate representation of color #C64370: hue angle of 339.39º 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 #C64370 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 112 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.22 |
| HSL | 339.39º | 0.53% | 0.52% | - |
| HSV(B) | 339.39º | 0.66% | 0.78% | - |
| XYZ | 28.22 | 17.19 | 17.16 | - |
| YUV | 111.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 112 | 0 | 0.66 | 0.43 | 0.22 | 339.39 | 0.53 | 0.52 |
| Hex | C6 | 43 | 70 | 0 | 42 | 2B | 16 | 153 | 35 | 34 |
| Octal | 306 | 103 | 160 | 0 | 102 | 53 | 26 | 523 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1110000 | 0 | 1000010 | 101011 | 10110 | 101010011 | 110101 | 110100 |
Color Harmonies of #C64370
Complementary color
Monochromatic Colors of #C64370
Black with #C64370
Text Example
Text Example
White with #C64370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64370; }
p { color: rgb(198,67,112); }
H1.HeaderClassName
{
color: #C64370;
}
.AnyTagClassName
{
color: #C64370;
}
</style>
background-color css
<style>
a { background-color: #C64370; }
a { background-color: rgb(198,67,112); }
div.DivClassName
{
background-color: #C64370;
}
.BgClassName
{
background-color: #C64370;
}
</style>
border-color css
<style>
span { border-color: #C64370; }
span { border-color: rgb(198,67,112); }
td.TdClassName
{
border-color: #C64370;
}
.TagClassName
{
border-color: #C64370;
}
</style>