Shades of Royal Heath #C94377
Tints of Royal Heath #C94377
RGB
CMYK
RGB Variations
Color information
#C94377 (or 0xC94377) is known color: Royal Heath. HEX triplet: C9, 43 and 77. RGB value is (201,67,119). Sum of RGB (Red+Green+Blue) = 201+67+119=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94377 is #36BC88. Grayscale: #707070. Windows color (decimal): -3587209 or 7816137. OLE color: 7816137.
HSL color Cylindrical-coordinate representation of color #C94377: hue angle of 336.72º 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 #C94377 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 119 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.21 |
| HSL | 336.72º | 0.55% | 0.53% | - |
| HSV(B) | 336.72º | 0.67% | 0.79% | - |
| XYZ | 29.42 | 17.76 | 19.33 | - |
| YUV | 112.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 119 | 0 | 0.67 | 0.41 | 0.21 | 336.72 | 0.55 | 0.53 |
| Hex | C9 | 43 | 77 | 0 | 43 | 29 | 15 | 151 | 37 | 35 |
| Octal | 311 | 103 | 167 | 0 | 103 | 51 | 25 | 521 | 67 | 65 |
| Binary | 11001001 | 1000011 | 1110111 | 0 | 1000011 | 101001 | 10101 | 101010001 | 110111 | 110101 |
Color Harmonies of #C94377
Complementary color
Monochromatic Colors of #C94377
Black with #C94377
Text Example
Text Example
White with #C94377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94377; }
p { color: rgb(201,67,119); }
H1.HeaderClassName
{
color: #C94377;
}
.AnyTagClassName
{
color: #C94377;
}
</style>
background-color css
<style>
a { background-color: #C94377; }
a { background-color: rgb(201,67,119); }
div.DivClassName
{
background-color: #C94377;
}
.BgClassName
{
background-color: #C94377;
}
</style>
border-color css
<style>
span { border-color: #C94377; }
span { border-color: rgb(201,67,119); }
td.TdClassName
{
border-color: #C94377;
}
.TagClassName
{
border-color: #C94377;
}
</style>