Shades of Royal Heath #C53D72
Tints of Royal Heath #C53D72
RGB
CMYK
RGB Variations
Color information
#C53D72 (or 0xC53D72) is known color: Royal Heath. HEX triplet: C5, 3D and 72. RGB value is (197,61,114). Sum of RGB (Red+Green+Blue) = 197+61+114=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D72 is #3AC28D. Grayscale: #6B6B6B. Windows color (decimal): -3850894 or 7486917. OLE color: 7486917.
HSL color Cylindrical-coordinate representation of color #C53D72: hue angle of 336.62º 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 #C53D72 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 114 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.23 |
| HSL | 336.62º | 0.54% | 0.51% | - |
| HSV(B) | 336.62º | 0.69% | 0.77% | - |
| XYZ | 27.73 | 16.42 | 17.63 | - |
| YUV | 107.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 114 | 0 | 0.69 | 0.42 | 0.23 | 336.62 | 0.54 | 0.51 |
| Hex | C5 | 3D | 72 | 0 | 45 | 2A | 17 | 151 | 36 | 33 |
| Octal | 305 | 75 | 162 | 0 | 105 | 52 | 27 | 521 | 66 | 63 |
| Binary | 11000101 | 111101 | 1110010 | 0 | 1000101 | 101010 | 10111 | 101010001 | 110110 | 110011 |
Color Harmonies of #C53D72
Complementary color
Monochromatic Colors of #C53D72
Black with #C53D72
Text Example
Text Example
White with #C53D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D72; }
p { color: rgb(197,61,114); }
H1.HeaderClassName
{
color: #C53D72;
}
.AnyTagClassName
{
color: #C53D72;
}
</style>
background-color css
<style>
a { background-color: #C53D72; }
a { background-color: rgb(197,61,114); }
div.DivClassName
{
background-color: #C53D72;
}
.BgClassName
{
background-color: #C53D72;
}
</style>
border-color css
<style>
span { border-color: #C53D72; }
span { border-color: rgb(197,61,114); }
td.TdClassName
{
border-color: #C53D72;
}
.TagClassName
{
border-color: #C53D72;
}
</style>