Shades of Royal Heath #C84578
Tints of Royal Heath #C84578
RGB
CMYK
RGB Variations
Color information
#C84578 (or 0xC84578) is known color: Royal Heath. HEX triplet: C8, 45 and 78. RGB value is (200,69,120). Sum of RGB (Red+Green+Blue) = 200+69+120=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C84578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84578 is #37BA87. Grayscale: #717171. Windows color (decimal): -3652232 or 7882184. OLE color: 7882184.
HSL color Cylindrical-coordinate representation of color #C84578: hue angle of 336.64º degrees, saturation: 0.54, 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 #C84578 is Cyan = 0, Magento = 0.66, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 120 | - |
| CMYK | 0 | 0.66 | 0.4 | 0.22 |
| HSL | 336.64º | 0.54% | 0.53% | - |
| HSV(B) | 336.64º | 0.66% | 0.78% | - |
| XYZ | 29.34 | 17.89 | 19.68 | - |
| YUV | 113.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 120 | 0 | 0.66 | 0.4 | 0.22 | 336.64 | 0.54 | 0.53 |
| Hex | C8 | 45 | 78 | 0 | 42 | 28 | 16 | 151 | 36 | 35 |
| Octal | 310 | 105 | 170 | 0 | 102 | 50 | 26 | 521 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1111000 | 0 | 1000010 | 101000 | 10110 | 101010001 | 110110 | 110101 |
Color Harmonies of #C84578
Complementary color
Monochromatic Colors of #C84578
Black with #C84578
Text Example
Text Example
White with #C84578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84578; }
p { color: rgb(200,69,120); }
H1.HeaderClassName
{
color: #C84578;
}
.AnyTagClassName
{
color: #C84578;
}
</style>
background-color css
<style>
a { background-color: #C84578; }
a { background-color: rgb(200,69,120); }
div.DivClassName
{
background-color: #C84578;
}
.BgClassName
{
background-color: #C84578;
}
</style>
border-color css
<style>
span { border-color: #C84578; }
span { border-color: rgb(200,69,120); }
td.TdClassName
{
border-color: #C84578;
}
.TagClassName
{
border-color: #C84578;
}
</style>