Shades of Royal Heath #C84778
Tints of Royal Heath #C84778
RGB
CMYK
RGB Variations
Color information
#C84778 (or 0xC84778) is known color: Royal Heath. HEX triplet: C8, 47 and 78. RGB value is (200,71,120). Sum of RGB (Red+Green+Blue) = 200+71+120=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C84778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84778 is #37B887. Grayscale: #737373. Windows color (decimal): -3651720 or 7882696. OLE color: 7882696.
HSL color Cylindrical-coordinate representation of color #C84778: hue angle of 337.21º degrees, saturation: 0.54, 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 #C84778 is Cyan = 0, Magento = 0.64, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 120 | - |
| CMYK | 0 | 0.64 | 0.4 | 0.22 |
| HSL | 337.21º | 0.54% | 0.53% | - |
| HSV(B) | 337.21º | 0.65% | 0.78% | - |
| XYZ | 29.46 | 18.14 | 19.72 | - |
| YUV | 115.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 120 | 0 | 0.64 | 0.4 | 0.22 | 337.21 | 0.54 | 0.53 |
| Hex | C8 | 47 | 78 | 0 | 40 | 28 | 16 | 151 | 36 | 35 |
| Octal | 310 | 107 | 170 | 0 | 100 | 50 | 26 | 521 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1111000 | 0 | 1000000 | 101000 | 10110 | 101010001 | 110110 | 110101 |
Color Harmonies of #C84778
Complementary color
Monochromatic Colors of #C84778
Black with #C84778
Text Example
Text Example
White with #C84778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84778; }
p { color: rgb(200,71,120); }
H1.HeaderClassName
{
color: #C84778;
}
.AnyTagClassName
{
color: #C84778;
}
</style>
background-color css
<style>
a { background-color: #C84778; }
a { background-color: rgb(200,71,120); }
div.DivClassName
{
background-color: #C84778;
}
.BgClassName
{
background-color: #C84778;
}
</style>
border-color css
<style>
span { border-color: #C84778; }
span { border-color: rgb(200,71,120); }
td.TdClassName
{
border-color: #C84778;
}
.TagClassName
{
border-color: #C84778;
}
</style>