Shades of Royal Heath #C64878
Tints of Royal Heath #C64878
RGB
CMYK
RGB Variations
Color information
#C64878 (or 0xC64878) is known color: Royal Heath. HEX triplet: C6, 48 and 78. RGB value is (198,72,120). Sum of RGB (Red+Green+Blue) = 198+72+120=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C64878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64878 is #39B787. Grayscale: #737373. Windows color (decimal): -3782536 or 7882950. OLE color: 7882950.
HSL color Cylindrical-coordinate representation of color #C64878: hue angle of 337.14º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64878 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 120 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.22 |
| HSL | 337.14º | 0.53% | 0.53% | - |
| HSV(B) | 337.14º | 0.64% | 0.78% | - |
| XYZ | 29 | 18 | 19.71 | - |
| YUV | 115.15 | 130.74 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 120 | 0 | 0.64 | 0.39 | 0.22 | 337.14 | 0.53 | 0.53 |
| Hex | C6 | 48 | 78 | 0 | 40 | 27 | 16 | 151 | 34 | 35 |
| Octal | 306 | 110 | 170 | 0 | 100 | 47 | 26 | 521 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1111000 | 0 | 1000000 | 100111 | 10110 | 101010001 | 110100 | 110101 |
Color Harmonies of #C64878
Complementary color
Monochromatic Colors of #C64878
Black with #C64878
Text Example
Text Example
White with #C64878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64878; }
p { color: rgb(198,72,120); }
H1.HeaderClassName
{
color: #C64878;
}
.AnyTagClassName
{
color: #C64878;
}
</style>
background-color css
<style>
a { background-color: #C64878; }
a { background-color: rgb(198,72,120); }
div.DivClassName
{
background-color: #C64878;
}
.BgClassName
{
background-color: #C64878;
}
</style>
border-color css
<style>
span { border-color: #C64878; }
span { border-color: rgb(198,72,120); }
td.TdClassName
{
border-color: #C64878;
}
.TagClassName
{
border-color: #C64878;
}
</style>