Shades of Royal Heath #C84876
Tints of Royal Heath #C84876
RGB
CMYK
RGB Variations
Color information
#C84876 (or 0xC84876) is known color: Royal Heath. HEX triplet: C8, 48 and 76. RGB value is (200,72,118). Sum of RGB (Red+Green+Blue) = 200+72+118=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C84876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84876 is #37B789. Grayscale: #737373. Windows color (decimal): -3651466 or 7751880. OLE color: 7751880.
HSL color Cylindrical-coordinate representation of color #C84876: hue angle of 338.44º 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 #C84876 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 118 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.22 |
| HSL | 338.44º | 0.54% | 0.53% | - |
| HSV(B) | 338.44º | 0.64% | 0.78% | - |
| XYZ | 29.41 | 18.22 | 19.11 | - |
| YUV | 115.52 | 129.41 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 118 | 0 | 0.64 | 0.41 | 0.22 | 338.44 | 0.54 | 0.53 |
| Hex | C8 | 48 | 76 | 0 | 40 | 29 | 16 | 152 | 36 | 35 |
| Octal | 310 | 110 | 166 | 0 | 100 | 51 | 26 | 522 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1110110 | 0 | 1000000 | 101001 | 10110 | 101010010 | 110110 | 110101 |
Color Harmonies of #C84876
Complementary color
Monochromatic Colors of #C84876
Black with #C84876
Text Example
Text Example
White with #C84876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84876; }
p { color: rgb(200,72,118); }
H1.HeaderClassName
{
color: #C84876;
}
.AnyTagClassName
{
color: #C84876;
}
</style>
background-color css
<style>
a { background-color: #C84876; }
a { background-color: rgb(200,72,118); }
div.DivClassName
{
background-color: #C84876;
}
.BgClassName
{
background-color: #C84876;
}
</style>
border-color css
<style>
span { border-color: #C84876; }
span { border-color: rgb(200,72,118); }
td.TdClassName
{
border-color: #C84876;
}
.TagClassName
{
border-color: #C84876;
}
</style>