Shades of Royal Heath #C84477
Tints of Royal Heath #C84477
RGB
CMYK
RGB Variations
Color information
#C84477 (or 0xC84477) is known color: Royal Heath. HEX triplet: C8, 44 and 77. RGB value is (200,68,119). Sum of RGB (Red+Green+Blue) = 200+68+119=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C84477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84477 is #37BB88. Grayscale: #717171. Windows color (decimal): -3652489 or 7816392. OLE color: 7816392.
HSL color Cylindrical-coordinate representation of color #C84477: hue angle of 336.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84477 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 119 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.22 |
| HSL | 336.82º | 0.55% | 0.53% | - |
| HSV(B) | 336.82º | 0.66% | 0.78% | - |
| XYZ | 29.22 | 17.75 | 19.34 | - |
| YUV | 113.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 119 | 0 | 0.66 | 0.40 | 0.22 | 336.82 | 0.55 | 0.53 |
| Hex | C8 | 44 | 77 | 0 | 42 | 28 | 16 | 151 | 37 | 35 |
| Octal | 310 | 104 | 167 | 0 | 102 | 50 | 26 | 521 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1110111 | 0 | 1000010 | 101000 | 10110 | 101010001 | 110111 | 110101 |
Color Harmonies of #C84477
Complementary color
Monochromatic Colors of #C84477
Black with #C84477
Text Example
Text Example
White with #C84477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84477; }
p { color: rgb(200,68,119); }
H1.HeaderClassName
{
color: #C84477;
}
.AnyTagClassName
{
color: #C84477;
}
</style>
background-color css
<style>
a { background-color: #C84477; }
a { background-color: rgb(200,68,119); }
div.DivClassName
{
background-color: #C84477;
}
.BgClassName
{
background-color: #C84477;
}
</style>
border-color css
<style>
span { border-color: #C84477; }
span { border-color: rgb(200,68,119); }
td.TdClassName
{
border-color: #C84477;
}
.TagClassName
{
border-color: #C84477;
}
</style>