Shades of Royal Heath #C53A75
Tints of Royal Heath #C53A75
RGB
CMYK
RGB Variations
Color information
#C53A75 (or 0xC53A75) is known color: Royal Heath. HEX triplet: C5, 3A and 75. RGB value is (197,58,117). Sum of RGB (Red+Green+Blue) = 197+58+117=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A75 is #3AC58A. Grayscale: #6A6A6A. Windows color (decimal): -3851659 or 7682757. OLE color: 7682757.
HSL color Cylindrical-coordinate representation of color #C53A75: hue angle of 334.53º 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 #C53A75 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 117 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.23 |
| HSL | 334.53º | 0.55% | 0.5% | - |
| HSV(B) | 334.53º | 0.71% | 0.77% | - |
| XYZ | 27.75 | 16.18 | 18.49 | - |
| YUV | 106.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 117 | 0 | 0.71 | 0.41 | 0.23 | 334.53 | 0.55 | 0.5 |
| Hex | C5 | 3A | 75 | 0 | 47 | 29 | 17 | 14F | 37 | 32 |
| Octal | 305 | 72 | 165 | 0 | 107 | 51 | 27 | 517 | 67 | 62 |
| Binary | 11000101 | 111010 | 1110101 | 0 | 1000111 | 101001 | 10111 | 101001111 | 110111 | 110010 |
Color Harmonies of #C53A75
Complementary color
Monochromatic Colors of #C53A75
Black with #C53A75
Text Example
Text Example
White with #C53A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A75; }
p { color: rgb(197,58,117); }
H1.HeaderClassName
{
color: #C53A75;
}
.AnyTagClassName
{
color: #C53A75;
}
</style>
background-color css
<style>
a { background-color: #C53A75; }
a { background-color: rgb(197,58,117); }
div.DivClassName
{
background-color: #C53A75;
}
.BgClassName
{
background-color: #C53A75;
}
</style>
border-color css
<style>
span { border-color: #C53A75; }
span { border-color: rgb(197,58,117); }
td.TdClassName
{
border-color: #C53A75;
}
.TagClassName
{
border-color: #C53A75;
}
</style>