Shades of Royal Heath #C94576
Tints of Royal Heath #C94576
RGB
CMYK
RGB Variations
Color information
#C94576 (or 0xC94576) is known color: Royal Heath. HEX triplet: C9, 45 and 76. RGB value is (201,69,118). Sum of RGB (Red+Green+Blue) = 201+69+118=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C94576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94576 is #36BA89. Grayscale: #717171. Windows color (decimal): -3586698 or 7751113. OLE color: 7751113.
HSL color Cylindrical-coordinate representation of color #C94576: hue angle of 337.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94576 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 118 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.21 |
| HSL | 337.73º | 0.55% | 0.53% | - |
| HSV(B) | 337.73º | 0.66% | 0.79% | - |
| XYZ | 29.49 | 17.98 | 19.06 | - |
| YUV | 114.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 118 | 0 | 0.66 | 0.41 | 0.21 | 337.73 | 0.55 | 0.53 |
| Hex | C9 | 45 | 76 | 0 | 42 | 29 | 15 | 152 | 37 | 35 |
| Octal | 311 | 105 | 166 | 0 | 102 | 51 | 25 | 522 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1110110 | 0 | 1000010 | 101001 | 10101 | 101010010 | 110111 | 110101 |
Color Harmonies of #C94576
Complementary color
Monochromatic Colors of #C94576
Black with #C94576
Text Example
Text Example
White with #C94576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94576; }
p { color: rgb(201,69,118); }
H1.HeaderClassName
{
color: #C94576;
}
.AnyTagClassName
{
color: #C94576;
}
</style>
background-color css
<style>
a { background-color: #C94576; }
a { background-color: rgb(201,69,118); }
div.DivClassName
{
background-color: #C94576;
}
.BgClassName
{
background-color: #C94576;
}
</style>
border-color css
<style>
span { border-color: #C94576; }
span { border-color: rgb(201,69,118); }
td.TdClassName
{
border-color: #C94576;
}
.TagClassName
{
border-color: #C94576;
}
</style>