Shades of Royal Heath #C94077
Tints of Royal Heath #C94077
RGB
CMYK
RGB Variations
Color information
#C94077 (or 0xC94077) is known color: Royal Heath. HEX triplet: C9, 40 and 77. RGB value is (201,64,119). Sum of RGB (Red+Green+Blue) = 201+64+119=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C94077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94077 is #36BF88. Grayscale: #6F6F6F. Windows color (decimal): -3587977 or 7815369. OLE color: 7815369.
HSL color Cylindrical-coordinate representation of color #C94077: hue angle of 335.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94077 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 119 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.21 |
| HSL | 335.91º | 0.56% | 0.52% | - |
| HSV(B) | 335.91º | 0.68% | 0.79% | - |
| XYZ | 29.25 | 17.42 | 19.27 | - |
| YUV | 111.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 119 | 0 | 0.68 | 0.41 | 0.21 | 335.91 | 0.56 | 0.52 |
| Hex | C9 | 40 | 77 | 0 | 44 | 29 | 15 | 150 | 38 | 34 |
| Octal | 311 | 100 | 167 | 0 | 104 | 51 | 25 | 520 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1110111 | 0 | 1000100 | 101001 | 10101 | 101010000 | 111000 | 110100 |
Color Harmonies of #C94077
Complementary color
Monochromatic Colors of #C94077
Black with #C94077
Text Example
Text Example
White with #C94077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94077; }
p { color: rgb(201,64,119); }
H1.HeaderClassName
{
color: #C94077;
}
.AnyTagClassName
{
color: #C94077;
}
</style>
background-color css
<style>
a { background-color: #C94077; }
a { background-color: rgb(201,64,119); }
div.DivClassName
{
background-color: #C94077;
}
.BgClassName
{
background-color: #C94077;
}
</style>
border-color css
<style>
span { border-color: #C94077; }
span { border-color: rgb(201,64,119); }
td.TdClassName
{
border-color: #C94077;
}
.TagClassName
{
border-color: #C94077;
}
</style>