Shades of Royal Heath #C64678
Tints of Royal Heath #C64678
RGB
CMYK
RGB Variations
Color information
#C64678 (or 0xC64678) is known color: Royal Heath. HEX triplet: C6, 46 and 78. RGB value is (198,70,120). Sum of RGB (Red+Green+Blue) = 198+70+120=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C64678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64678 is #39B987. Grayscale: #717171. Windows color (decimal): -3783048 or 7882438. OLE color: 7882438.
HSL color Cylindrical-coordinate representation of color #C64678: hue angle of 336.56º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64678 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 120 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.22 |
| HSL | 336.56º | 0.53% | 0.53% | - |
| HSV(B) | 336.56º | 0.65% | 0.78% | - |
| XYZ | 28.87 | 17.74 | 19.67 | - |
| YUV | 113.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 120 | 0 | 0.65 | 0.39 | 0.22 | 336.56 | 0.53 | 0.53 |
| Hex | C6 | 46 | 78 | 0 | 41 | 27 | 16 | 151 | 35 | 35 |
| Octal | 306 | 106 | 170 | 0 | 101 | 47 | 26 | 521 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1111000 | 0 | 1000001 | 100111 | 10110 | 101010001 | 110101 | 110101 |
Color Harmonies of #C64678
Complementary color
Monochromatic Colors of #C64678
Black with #C64678
Text Example
Text Example
White with #C64678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64678; }
p { color: rgb(198,70,120); }
H1.HeaderClassName
{
color: #C64678;
}
.AnyTagClassName
{
color: #C64678;
}
</style>
background-color css
<style>
a { background-color: #C64678; }
a { background-color: rgb(198,70,120); }
div.DivClassName
{
background-color: #C64678;
}
.BgClassName
{
background-color: #C64678;
}
</style>
border-color css
<style>
span { border-color: #C64678; }
span { border-color: rgb(198,70,120); }
td.TdClassName
{
border-color: #C64678;
}
.TagClassName
{
border-color: #C64678;
}
</style>