Shades of Royal Heath #C84577
Tints of Royal Heath #C84577
RGB
CMYK
RGB Variations
Color information
#C84577 (or 0xC84577) is known color: Royal Heath. HEX triplet: C8, 45 and 77. RGB value is (200,69,119). Sum of RGB (Red+Green+Blue) = 200+69+119=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C84577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84577 is #37BA88. Grayscale: #717171. Windows color (decimal): -3652233 or 7816648. OLE color: 7816648.
HSL color Cylindrical-coordinate representation of color #C84577: hue angle of 337.1º 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 #C84577 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 119 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.22 |
| HSL | 337.1º | 0.54% | 0.53% | - |
| HSV(B) | 337.1º | 0.66% | 0.78% | - |
| XYZ | 29.28 | 17.87 | 19.36 | - |
| YUV | 113.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 119 | 0 | 0.66 | 0.40 | 0.22 | 337.1 | 0.54 | 0.53 |
| Hex | C8 | 45 | 77 | 0 | 42 | 28 | 16 | 151 | 36 | 35 |
| Octal | 310 | 105 | 167 | 0 | 102 | 50 | 26 | 521 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1110111 | 0 | 1000010 | 101000 | 10110 | 101010001 | 110110 | 110101 |
Color Harmonies of #C84577
Complementary color
Monochromatic Colors of #C84577
Black with #C84577
Text Example
Text Example
White with #C84577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84577; }
p { color: rgb(200,69,119); }
H1.HeaderClassName
{
color: #C84577;
}
.AnyTagClassName
{
color: #C84577;
}
</style>
background-color css
<style>
a { background-color: #C84577; }
a { background-color: rgb(200,69,119); }
div.DivClassName
{
background-color: #C84577;
}
.BgClassName
{
background-color: #C84577;
}
</style>
border-color css
<style>
span { border-color: #C84577; }
span { border-color: rgb(200,69,119); }
td.TdClassName
{
border-color: #C84577;
}
.TagClassName
{
border-color: #C84577;
}
</style>