Shades of Royal Heath #C94074
Tints of Royal Heath #C94074
RGB
CMYK
RGB Variations
Color information
#C94074 (or 0xC94074) is known color: Royal Heath. HEX triplet: C9, 40 and 74. RGB value is (201,64,116). Sum of RGB (Red+Green+Blue) = 201+64+116=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C94074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94074 is #36BF8B. Grayscale: #6E6E6E. Windows color (decimal): -3587980 or 7618761. OLE color: 7618761.
HSL color Cylindrical-coordinate representation of color #C94074: hue angle of 337.23º 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 #C94074 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 116 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.21 |
| HSL | 337.23º | 0.56% | 0.52% | - |
| HSV(B) | 337.23º | 0.68% | 0.79% | - |
| XYZ | 29.07 | 17.35 | 18.34 | - |
| YUV | 110.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 116 | 0 | 0.68 | 0.42 | 0.21 | 337.23 | 0.56 | 0.52 |
| Hex | C9 | 40 | 74 | 0 | 44 | 2A | 15 | 151 | 38 | 34 |
| Octal | 311 | 100 | 164 | 0 | 104 | 52 | 25 | 521 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1110100 | 0 | 1000100 | 101010 | 10101 | 101010001 | 111000 | 110100 |
Color Harmonies of #C94074
Complementary color
Monochromatic Colors of #C94074
Black with #C94074
Text Example
Text Example
White with #C94074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94074; }
p { color: rgb(201,64,116); }
H1.HeaderClassName
{
color: #C94074;
}
.AnyTagClassName
{
color: #C94074;
}
</style>
background-color css
<style>
a { background-color: #C94074; }
a { background-color: rgb(201,64,116); }
div.DivClassName
{
background-color: #C94074;
}
.BgClassName
{
background-color: #C94074;
}
</style>
border-color css
<style>
span { border-color: #C94074; }
span { border-color: rgb(201,64,116); }
td.TdClassName
{
border-color: #C94074;
}
.TagClassName
{
border-color: #C94074;
}
</style>