Shades of Royal Heath #C84076
Tints of Royal Heath #C84076
RGB
CMYK
RGB Variations
Color information
#C84076 (or 0xC84076) is known color: Royal Heath. HEX triplet: C8, 40 and 76. RGB value is (200,64,118). Sum of RGB (Red+Green+Blue) = 200+64+118=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C84076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84076 is #37BF89. Grayscale: #6E6E6E. Windows color (decimal): -3653514 or 7749832. OLE color: 7749832.
HSL color Cylindrical-coordinate representation of color #C84076: hue angle of 336.18º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84076 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 118 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.22 |
| HSL | 336.18º | 0.55% | 0.52% | - |
| HSV(B) | 336.18º | 0.68% | 0.78% | - |
| XYZ | 28.92 | 17.25 | 18.95 | - |
| YUV | 110.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 118 | 0 | 0.68 | 0.41 | 0.22 | 336.18 | 0.55 | 0.52 |
| Hex | C8 | 40 | 76 | 0 | 44 | 29 | 16 | 150 | 37 | 34 |
| Octal | 310 | 100 | 166 | 0 | 104 | 51 | 26 | 520 | 67 | 64 |
| Binary | 11001000 | 1000000 | 1110110 | 0 | 1000100 | 101001 | 10110 | 101010000 | 110111 | 110100 |
Color Harmonies of #C84076
Complementary color
Monochromatic Colors of #C84076
Black with #C84076
Text Example
Text Example
White with #C84076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84076; }
p { color: rgb(200,64,118); }
H1.HeaderClassName
{
color: #C84076;
}
.AnyTagClassName
{
color: #C84076;
}
</style>
background-color css
<style>
a { background-color: #C84076; }
a { background-color: rgb(200,64,118); }
div.DivClassName
{
background-color: #C84076;
}
.BgClassName
{
background-color: #C84076;
}
</style>
border-color css
<style>
span { border-color: #C84076; }
span { border-color: rgb(200,64,118); }
td.TdClassName
{
border-color: #C84076;
}
.TagClassName
{
border-color: #C84076;
}
</style>