Shades of Royal Heath #C84476
Tints of Royal Heath #C84476
RGB
CMYK
RGB Variations
Color information
#C84476 (or 0xC84476) is known color: Royal Heath. HEX triplet: C8, 44 and 76. RGB value is (200,68,118). Sum of RGB (Red+Green+Blue) = 200+68+118=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C84476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84476 is #37BB89. Grayscale: #717171. Windows color (decimal): -3652490 or 7750856. OLE color: 7750856.
HSL color Cylindrical-coordinate representation of color #C84476: hue angle of 337.27º 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 #C84476 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 118 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.22 |
| HSL | 337.27º | 0.55% | 0.53% | - |
| HSV(B) | 337.27º | 0.66% | 0.78% | - |
| XYZ | 29.16 | 17.72 | 19.02 | - |
| YUV | 113.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 118 | 0 | 0.66 | 0.41 | 0.22 | 337.27 | 0.55 | 0.53 |
| Hex | C8 | 44 | 76 | 0 | 42 | 29 | 16 | 151 | 37 | 35 |
| Octal | 310 | 104 | 166 | 0 | 102 | 51 | 26 | 521 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1110110 | 0 | 1000010 | 101001 | 10110 | 101010001 | 110111 | 110101 |
Color Harmonies of #C84476
Complementary color
Monochromatic Colors of #C84476
Black with #C84476
Text Example
Text Example
White with #C84476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84476; }
p { color: rgb(200,68,118); }
H1.HeaderClassName
{
color: #C84476;
}
.AnyTagClassName
{
color: #C84476;
}
</style>
background-color css
<style>
a { background-color: #C84476; }
a { background-color: rgb(200,68,118); }
div.DivClassName
{
background-color: #C84476;
}
.BgClassName
{
background-color: #C84476;
}
</style>
border-color css
<style>
span { border-color: #C84476; }
span { border-color: rgb(200,68,118); }
td.TdClassName
{
border-color: #C84476;
}
.TagClassName
{
border-color: #C84476;
}
</style>