Shades of Royal Heath #C94176
Tints of Royal Heath #C94176
RGB
CMYK
RGB Variations
Color information
#C94176 (or 0xC94176) is known color: Royal Heath. HEX triplet: C9, 41 and 76. RGB value is (201,65,118). Sum of RGB (Red+Green+Blue) = 201+65+118=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C94176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94176 is #36BE89. Grayscale: #6F6F6F. Windows color (decimal): -3587722 or 7750089. OLE color: 7750089.
HSL color Cylindrical-coordinate representation of color #C94176: hue angle of 336.62º 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 #C94176 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 118 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.21 |
| HSL | 336.62º | 0.56% | 0.52% | - |
| HSV(B) | 336.62º | 0.68% | 0.79% | - |
| XYZ | 29.25 | 17.51 | 18.98 | - |
| YUV | 111.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 118 | 0 | 0.68 | 0.41 | 0.21 | 336.62 | 0.56 | 0.52 |
| Hex | C9 | 41 | 76 | 0 | 44 | 29 | 15 | 151 | 38 | 34 |
| Octal | 311 | 101 | 166 | 0 | 104 | 51 | 25 | 521 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1110110 | 0 | 1000100 | 101001 | 10101 | 101010001 | 111000 | 110100 |
Color Harmonies of #C94176
Complementary color
Monochromatic Colors of #C94176
Black with #C94176
Text Example
Text Example
White with #C94176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94176; }
p { color: rgb(201,65,118); }
H1.HeaderClassName
{
color: #C94176;
}
.AnyTagClassName
{
color: #C94176;
}
</style>
background-color css
<style>
a { background-color: #C94176; }
a { background-color: rgb(201,65,118); }
div.DivClassName
{
background-color: #C94176;
}
.BgClassName
{
background-color: #C94176;
}
</style>
border-color css
<style>
span { border-color: #C94176; }
span { border-color: rgb(201,65,118); }
td.TdClassName
{
border-color: #C94176;
}
.TagClassName
{
border-color: #C94176;
}
</style>