Shades of Royal Heath #C53773
Tints of Royal Heath #C53773
RGB
CMYK
RGB Variations
Color information
#C53773 (or 0xC53773) is known color: Royal Heath. HEX triplet: C5, 37 and 73. RGB value is (197,55,115). Sum of RGB (Red+Green+Blue) = 197+55+115=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C53773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53773 is #3AC88C. Grayscale: #686868. Windows color (decimal): -3852429 or 7550917. OLE color: 7550917.
HSL color Cylindrical-coordinate representation of color #C53773: hue angle of 334.65º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53773 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 115 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.23 |
| HSL | 334.65º | 0.56% | 0.49% | - |
| HSV(B) | 334.65º | 0.72% | 0.77% | - |
| XYZ | 27.49 | 15.84 | 17.83 | - |
| YUV | 104.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 115 | 0 | 0.72 | 0.42 | 0.23 | 334.65 | 0.56 | 0.49 |
| Hex | C5 | 37 | 73 | 0 | 48 | 2A | 17 | 14F | 38 | 31 |
| Octal | 305 | 67 | 163 | 0 | 110 | 52 | 27 | 517 | 70 | 61 |
| Binary | 11000101 | 110111 | 1110011 | 0 | 1001000 | 101010 | 10111 | 101001111 | 111000 | 110001 |
Color Harmonies of #C53773
Complementary color
Monochromatic Colors of #C53773
Black with #C53773
Text Example
Text Example
White with #C53773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53773; }
p { color: rgb(197,55,115); }
H1.HeaderClassName
{
color: #C53773;
}
.AnyTagClassName
{
color: #C53773;
}
</style>
background-color css
<style>
a { background-color: #C53773; }
a { background-color: rgb(197,55,115); }
div.DivClassName
{
background-color: #C53773;
}
.BgClassName
{
background-color: #C53773;
}
</style>
border-color css
<style>
span { border-color: #C53773; }
span { border-color: rgb(197,55,115); }
td.TdClassName
{
border-color: #C53773;
}
.TagClassName
{
border-color: #C53773;
}
</style>