Shades of Royal Heath #C94273
Tints of Royal Heath #C94273
RGB
CMYK
RGB Variations
Color information
#C94273 (or 0xC94273) is known color: Royal Heath. HEX triplet: C9, 42 and 73. RGB value is (201,66,115). Sum of RGB (Red+Green+Blue) = 201+66+115=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C94273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94273 is #36BD8C. Grayscale: #6F6F6F. Windows color (decimal): -3587469 or 7553737. OLE color: 7553737.
HSL color Cylindrical-coordinate representation of color #C94273: hue angle of 338.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94273 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 115 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.21 |
| HSL | 338.22º | 0.56% | 0.52% | - |
| HSV(B) | 338.22º | 0.67% | 0.79% | - |
| XYZ | 29.13 | 17.55 | 18.07 | - |
| YUV | 111.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 115 | 0 | 0.67 | 0.43 | 0.21 | 338.22 | 0.56 | 0.52 |
| Hex | C9 | 42 | 73 | 0 | 43 | 2B | 15 | 152 | 38 | 34 |
| Octal | 311 | 102 | 163 | 0 | 103 | 53 | 25 | 522 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1110011 | 0 | 1000011 | 101011 | 10101 | 101010010 | 111000 | 110100 |
Color Harmonies of #C94273
Complementary color
Monochromatic Colors of #C94273
Black with #C94273
Text Example
Text Example
White with #C94273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94273; }
p { color: rgb(201,66,115); }
H1.HeaderClassName
{
color: #C94273;
}
.AnyTagClassName
{
color: #C94273;
}
</style>
background-color css
<style>
a { background-color: #C94273; }
a { background-color: rgb(201,66,115); }
div.DivClassName
{
background-color: #C94273;
}
.BgClassName
{
background-color: #C94273;
}
</style>
border-color css
<style>
span { border-color: #C94273; }
span { border-color: rgb(201,66,115); }
td.TdClassName
{
border-color: #C94273;
}
.TagClassName
{
border-color: #C94273;
}
</style>