Shades of Royal Heath #C53A70
Tints of Royal Heath #C53A70
RGB
CMYK
RGB Variations
Color information
#C53A70 (or 0xC53A70) is known color: Royal Heath. HEX triplet: C5, 3A and 70. RGB value is (197,58,112). Sum of RGB (Red+Green+Blue) = 197+58+112=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A70 is #3AC58F. Grayscale: #696969. Windows color (decimal): -3851664 or 7355077. OLE color: 7355077.
HSL color Cylindrical-coordinate representation of color #C53A70: hue angle of 336.69º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A70 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 112 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.23 |
| HSL | 336.69º | 0.55% | 0.5% | - |
| HSV(B) | 336.69º | 0.71% | 0.77% | - |
| XYZ | 27.46 | 16.07 | 16.98 | - |
| YUV | 105.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 112 | 0 | 0.71 | 0.43 | 0.23 | 336.69 | 0.55 | 0.5 |
| Hex | C5 | 3A | 70 | 0 | 47 | 2B | 17 | 151 | 37 | 32 |
| Octal | 305 | 72 | 160 | 0 | 107 | 53 | 27 | 521 | 67 | 62 |
| Binary | 11000101 | 111010 | 1110000 | 0 | 1000111 | 101011 | 10111 | 101010001 | 110111 | 110010 |
Color Harmonies of #C53A70
Complementary color
Monochromatic Colors of #C53A70
Black with #C53A70
Text Example
Text Example
White with #C53A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A70; }
p { color: rgb(197,58,112); }
H1.HeaderClassName
{
color: #C53A70;
}
.AnyTagClassName
{
color: #C53A70;
}
</style>
background-color css
<style>
a { background-color: #C53A70; }
a { background-color: rgb(197,58,112); }
div.DivClassName
{
background-color: #C53A70;
}
.BgClassName
{
background-color: #C53A70;
}
</style>
border-color css
<style>
span { border-color: #C53A70; }
span { border-color: rgb(197,58,112); }
td.TdClassName
{
border-color: #C53A70;
}
.TagClassName
{
border-color: #C53A70;
}
</style>