Shades of Royal Heath #C53C6D
Tints of Royal Heath #C53C6D
RGB
CMYK
RGB Variations
Color information
#C53C6D (or 0xC53C6D) is known color: Royal Heath. HEX triplet: C5, 3C and 6D. RGB value is (197,60,109). Sum of RGB (Red+Green+Blue) = 197+60+109=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C6D is #3AC392. Grayscale: #6A6A6A. Windows color (decimal): -3851155 or 7158981. OLE color: 7158981.
HSL color Cylindrical-coordinate representation of color #C53C6D: hue angle of 338.54º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C6D is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 109 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.23 |
| HSL | 338.54º | 0.54% | 0.5% | - |
| HSV(B) | 338.54º | 0.7% | 0.77% | - |
| XYZ | 27.4 | 16.21 | 16.15 | - |
| YUV | 106.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 109 | 0 | 0.70 | 0.45 | 0.23 | 338.54 | 0.54 | 0.5 |
| Hex | C5 | 3C | 6D | 0 | 46 | 2D | 17 | 153 | 36 | 32 |
| Octal | 305 | 74 | 155 | 0 | 106 | 55 | 27 | 523 | 66 | 62 |
| Binary | 11000101 | 111100 | 1101101 | 0 | 1000110 | 101101 | 10111 | 101010011 | 110110 | 110010 |
Color Harmonies of #C53C6D
Complementary color
Monochromatic Colors of #C53C6D
Black with #C53C6D
Text Example
Text Example
White with #C53C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C6D; }
p { color: rgb(197,60,109); }
H1.HeaderClassName
{
color: #C53C6D;
}
.AnyTagClassName
{
color: #C53C6D;
}
</style>
background-color css
<style>
a { background-color: #C53C6D; }
a { background-color: rgb(197,60,109); }
div.DivClassName
{
background-color: #C53C6D;
}
.BgClassName
{
background-color: #C53C6D;
}
</style>
border-color css
<style>
span { border-color: #C53C6D; }
span { border-color: rgb(197,60,109); }
td.TdClassName
{
border-color: #C53C6D;
}
.TagClassName
{
border-color: #C53C6D;
}
</style>