Shades of Royal Heath #C53975
Tints of Royal Heath #C53975
RGB
CMYK
RGB Variations
Color information
#C53975 (or 0xC53975) is known color: Royal Heath. HEX triplet: C5, 39 and 75. RGB value is (197,57,117). Sum of RGB (Red+Green+Blue) = 197+57+117=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C53975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53975 is #3AC68A. Grayscale: #696969. Windows color (decimal): -3851915 or 7682501. OLE color: 7682501.
HSL color Cylindrical-coordinate representation of color #C53975: hue angle of 334.29º 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 #C53975 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 117 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.23 |
| HSL | 334.29º | 0.55% | 0.5% | - |
| HSV(B) | 334.29º | 0.71% | 0.77% | - |
| XYZ | 27.7 | 16.08 | 18.47 | - |
| YUV | 105.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 117 | 0 | 0.71 | 0.41 | 0.23 | 334.29 | 0.55 | 0.5 |
| Hex | C5 | 39 | 75 | 0 | 47 | 29 | 17 | 14E | 37 | 32 |
| Octal | 305 | 71 | 165 | 0 | 107 | 51 | 27 | 516 | 67 | 62 |
| Binary | 11000101 | 111001 | 1110101 | 0 | 1000111 | 101001 | 10111 | 101001110 | 110111 | 110010 |
Color Harmonies of #C53975
Complementary color
Monochromatic Colors of #C53975
Black with #C53975
Text Example
Text Example
White with #C53975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53975; }
p { color: rgb(197,57,117); }
H1.HeaderClassName
{
color: #C53975;
}
.AnyTagClassName
{
color: #C53975;
}
</style>
background-color css
<style>
a { background-color: #C53975; }
a { background-color: rgb(197,57,117); }
div.DivClassName
{
background-color: #C53975;
}
.BgClassName
{
background-color: #C53975;
}
</style>
border-color css
<style>
span { border-color: #C53975; }
span { border-color: rgb(197,57,117); }
td.TdClassName
{
border-color: #C53975;
}
.TagClassName
{
border-color: #C53975;
}
</style>