Shades of Royal Heath #C93D72
Tints of Royal Heath #C93D72
RGB
CMYK
RGB Variations
Color information
#C93D72 (or 0xC93D72) is known color: Royal Heath. HEX triplet: C9, 3D and 72. RGB value is (201,61,114). Sum of RGB (Red+Green+Blue) = 201+61+114=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D72 is #36C28D. Grayscale: #6C6C6C. Windows color (decimal): -3588750 or 7486921. OLE color: 7486921.
HSL color Cylindrical-coordinate representation of color #C93D72: hue angle of 337.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D72 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 114 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.21 |
| HSL | 337.29º | 0.56% | 0.51% | - |
| HSV(B) | 337.29º | 0.7% | 0.79% | - |
| XYZ | 28.79 | 16.97 | 17.68 | - |
| YUV | 108.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 114 | 0 | 0.70 | 0.43 | 0.21 | 337.29 | 0.56 | 0.51 |
| Hex | C9 | 3D | 72 | 0 | 46 | 2B | 15 | 151 | 38 | 33 |
| Octal | 311 | 75 | 162 | 0 | 106 | 53 | 25 | 521 | 70 | 63 |
| Binary | 11001001 | 111101 | 1110010 | 0 | 1000110 | 101011 | 10101 | 101010001 | 111000 | 110011 |
Color Harmonies of #C93D72
Complementary color
Monochromatic Colors of #C93D72
Black with #C93D72
Text Example
Text Example
White with #C93D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D72; }
p { color: rgb(201,61,114); }
H1.HeaderClassName
{
color: #C93D72;
}
.AnyTagClassName
{
color: #C93D72;
}
</style>
background-color css
<style>
a { background-color: #C93D72; }
a { background-color: rgb(201,61,114); }
div.DivClassName
{
background-color: #C93D72;
}
.BgClassName
{
background-color: #C93D72;
}
</style>
border-color css
<style>
span { border-color: #C93D72; }
span { border-color: rgb(201,61,114); }
td.TdClassName
{
border-color: #C93D72;
}
.TagClassName
{
border-color: #C93D72;
}
</style>