Shades of Royal Heath #C84576
Tints of Royal Heath #C84576
RGB
CMYK
RGB Variations
Color information
#C84576 (or 0xC84576) is known color: Royal Heath. HEX triplet: C8, 45 and 76. RGB value is (200,69,118). Sum of RGB (Red+Green+Blue) = 200+69+118=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C84576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84576 is #37BA89. Grayscale: #717171. Windows color (decimal): -3652234 or 7751112. OLE color: 7751112.
HSL color Cylindrical-coordinate representation of color #C84576: hue angle of 337.56º 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 #C84576 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 118 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.22 |
| HSL | 337.56º | 0.54% | 0.53% | - |
| HSV(B) | 337.56º | 0.66% | 0.78% | - |
| XYZ | 29.22 | 17.84 | 19.04 | - |
| YUV | 113.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 118 | 0 | 0.66 | 0.41 | 0.22 | 337.56 | 0.54 | 0.53 |
| Hex | C8 | 45 | 76 | 0 | 42 | 29 | 16 | 152 | 36 | 35 |
| Octal | 310 | 105 | 166 | 0 | 102 | 51 | 26 | 522 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1110110 | 0 | 1000010 | 101001 | 10110 | 101010010 | 110110 | 110101 |
Color Harmonies of #C84576
Complementary color
Monochromatic Colors of #C84576
Black with #C84576
Text Example
Text Example
White with #C84576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84576; }
p { color: rgb(200,69,118); }
H1.HeaderClassName
{
color: #C84576;
}
.AnyTagClassName
{
color: #C84576;
}
</style>
background-color css
<style>
a { background-color: #C84576; }
a { background-color: rgb(200,69,118); }
div.DivClassName
{
background-color: #C84576;
}
.BgClassName
{
background-color: #C84576;
}
</style>
border-color css
<style>
span { border-color: #C84576; }
span { border-color: rgb(200,69,118); }
td.TdClassName
{
border-color: #C84576;
}
.TagClassName
{
border-color: #C84576;
}
</style>