Shades of Royal Heath #C94376
Tints of Royal Heath #C94376
RGB
CMYK
RGB Variations
Color information
#C94376 (or 0xC94376) is known color: Royal Heath. HEX triplet: C9, 43 and 76. RGB value is (201,67,118). Sum of RGB (Red+Green+Blue) = 201+67+118=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94376 is #36BC89. Grayscale: #707070. Windows color (decimal): -3587210 or 7750601. OLE color: 7750601.
HSL color Cylindrical-coordinate representation of color #C94376: hue angle of 337.16º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94376 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 118 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.21 |
| HSL | 337.16º | 0.55% | 0.53% | - |
| HSV(B) | 337.16º | 0.67% | 0.79% | - |
| XYZ | 29.36 | 17.74 | 19.02 | - |
| YUV | 112.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 118 | 0 | 0.67 | 0.41 | 0.21 | 337.16 | 0.55 | 0.53 |
| Hex | C9 | 43 | 76 | 0 | 43 | 29 | 15 | 151 | 37 | 35 |
| Octal | 311 | 103 | 166 | 0 | 103 | 51 | 25 | 521 | 67 | 65 |
| Binary | 11001001 | 1000011 | 1110110 | 0 | 1000011 | 101001 | 10101 | 101010001 | 110111 | 110101 |
Color Harmonies of #C94376
Complementary color
Monochromatic Colors of #C94376
Black with #C94376
Text Example
Text Example
White with #C94376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94376; }
p { color: rgb(201,67,118); }
H1.HeaderClassName
{
color: #C94376;
}
.AnyTagClassName
{
color: #C94376;
}
</style>
background-color css
<style>
a { background-color: #C94376; }
a { background-color: rgb(201,67,118); }
div.DivClassName
{
background-color: #C94376;
}
.BgClassName
{
background-color: #C94376;
}
</style>
border-color css
<style>
span { border-color: #C94376; }
span { border-color: rgb(201,67,118); }
td.TdClassName
{
border-color: #C94376;
}
.TagClassName
{
border-color: #C94376;
}
</style>