Shades of Royal Heath #C53B73
Tints of Royal Heath #C53B73
RGB
CMYK
RGB Variations
Color information
#C53B73 (or 0xC53B73) is known color: Royal Heath. HEX triplet: C5, 3B and 73. RGB value is (197,59,115). Sum of RGB (Red+Green+Blue) = 197+59+115=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B73 is #3AC48C. Grayscale: #6A6A6A. Windows color (decimal): -3851405 or 7551941. OLE color: 7551941.
HSL color Cylindrical-coordinate representation of color #C53B73: hue angle of 335.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B73 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 115 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.23 |
| HSL | 335.65º | 0.54% | 0.5% | - |
| HSV(B) | 335.65º | 0.7% | 0.77% | - |
| XYZ | 27.68 | 16.24 | 17.89 | - |
| YUV | 106.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 115 | 0 | 0.70 | 0.42 | 0.23 | 335.65 | 0.54 | 0.5 |
| Hex | C5 | 3B | 73 | 0 | 46 | 2A | 17 | 150 | 36 | 32 |
| Octal | 305 | 73 | 163 | 0 | 106 | 52 | 27 | 520 | 66 | 62 |
| Binary | 11000101 | 111011 | 1110011 | 0 | 1000110 | 101010 | 10111 | 101010000 | 110110 | 110010 |
Color Harmonies of #C53B73
Complementary color
Monochromatic Colors of #C53B73
Black with #C53B73
Text Example
Text Example
White with #C53B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B73; }
p { color: rgb(197,59,115); }
H1.HeaderClassName
{
color: #C53B73;
}
.AnyTagClassName
{
color: #C53B73;
}
</style>
background-color css
<style>
a { background-color: #C53B73; }
a { background-color: rgb(197,59,115); }
div.DivClassName
{
background-color: #C53B73;
}
.BgClassName
{
background-color: #C53B73;
}
</style>
border-color css
<style>
span { border-color: #C53B73; }
span { border-color: rgb(197,59,115); }
td.TdClassName
{
border-color: #C53B73;
}
.TagClassName
{
border-color: #C53B73;
}
</style>