Shades of Royal Heath #C64D78
Tints of Royal Heath #C64D78
RGB
CMYK
RGB Variations
Color information
#C64D78 (or 0xC64D78) is known color: Royal Heath. HEX triplet: C6, 4D and 78. RGB value is (198,77,120). Sum of RGB (Red+Green+Blue) = 198+77+120=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D78 is #39B287. Grayscale: #767676. Windows color (decimal): -3781256 or 7884230. OLE color: 7884230.
HSL color Cylindrical-coordinate representation of color #C64D78: hue angle of 338.68º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D78 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 120 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.22 |
| HSL | 338.68º | 0.51% | 0.54% | - |
| HSV(B) | 338.68º | 0.61% | 0.78% | - |
| XYZ | 29.33 | 18.67 | 19.83 | - |
| YUV | 118.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 120 | 0 | 0.61 | 0.39 | 0.22 | 338.68 | 0.51 | 0.54 |
| Hex | C6 | 4D | 78 | 0 | 3D | 27 | 16 | 153 | 33 | 36 |
| Octal | 306 | 115 | 170 | 0 | 75 | 47 | 26 | 523 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1111000 | 0 | 111101 | 100111 | 10110 | 101010011 | 110011 | 110110 |
Color Harmonies of #C64D78
Complementary color
Monochromatic Colors of #C64D78
Black with #C64D78
Text Example
Text Example
White with #C64D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D78; }
p { color: rgb(198,77,120); }
H1.HeaderClassName
{
color: #C64D78;
}
.AnyTagClassName
{
color: #C64D78;
}
</style>
background-color css
<style>
a { background-color: #C64D78; }
a { background-color: rgb(198,77,120); }
div.DivClassName
{
background-color: #C64D78;
}
.BgClassName
{
background-color: #C64D78;
}
</style>
border-color css
<style>
span { border-color: #C64D78; }
span { border-color: rgb(198,77,120); }
td.TdClassName
{
border-color: #C64D78;
}
.TagClassName
{
border-color: #C64D78;
}
</style>