Shades of Royal Heath #C53D73
Tints of Royal Heath #C53D73
RGB
CMYK
RGB Variations
Color information
#C53D73 (or 0xC53D73) is known color: Royal Heath. HEX triplet: C5, 3D and 73. RGB value is (197,61,115). Sum of RGB (Red+Green+Blue) = 197+61+115=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D73 is #3AC28C. Grayscale: #6B6B6B. Windows color (decimal): -3850893 or 7552453. OLE color: 7552453.
HSL color Cylindrical-coordinate representation of color #C53D73: hue angle of 336.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D73 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 115 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.23 |
| HSL | 336.18º | 0.54% | 0.51% | - |
| HSV(B) | 336.18º | 0.69% | 0.77% | - |
| XYZ | 27.79 | 16.45 | 17.93 | - |
| YUV | 107.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 115 | 0 | 0.69 | 0.42 | 0.23 | 336.18 | 0.54 | 0.51 |
| Hex | C5 | 3D | 73 | 0 | 45 | 2A | 17 | 150 | 36 | 33 |
| Octal | 305 | 75 | 163 | 0 | 105 | 52 | 27 | 520 | 66 | 63 |
| Binary | 11000101 | 111101 | 1110011 | 0 | 1000101 | 101010 | 10111 | 101010000 | 110110 | 110011 |
Color Harmonies of #C53D73
Complementary color
Monochromatic Colors of #C53D73
Black with #C53D73
Text Example
Text Example
White with #C53D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D73; }
p { color: rgb(197,61,115); }
H1.HeaderClassName
{
color: #C53D73;
}
.AnyTagClassName
{
color: #C53D73;
}
</style>
background-color css
<style>
a { background-color: #C53D73; }
a { background-color: rgb(197,61,115); }
div.DivClassName
{
background-color: #C53D73;
}
.BgClassName
{
background-color: #C53D73;
}
</style>
border-color css
<style>
span { border-color: #C53D73; }
span { border-color: rgb(197,61,115); }
td.TdClassName
{
border-color: #C53D73;
}
.TagClassName
{
border-color: #C53D73;
}
</style>