Shades of Royal Heath #C53C69
Tints of Royal Heath #C53C69
RGB
CMYK
RGB Variations
Color information
#C53C69 (or 0xC53C69) is known color: Royal Heath. HEX triplet: C5, 3C and 69. RGB value is (197,60,105). Sum of RGB (Red+Green+Blue) = 197+60+105=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C69 is #3AC396. Grayscale: #6A6A6A. Windows color (decimal): -3851159 or 6896837. OLE color: 6896837.
HSL color Cylindrical-coordinate representation of color #C53C69: hue angle of 340.29º 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 #C53C69 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 105 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.23 |
| HSL | 340.29º | 0.54% | 0.5% | - |
| HSV(B) | 340.29º | 0.7% | 0.77% | - |
| XYZ | 27.19 | 16.12 | 15.04 | - |
| YUV | 106.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 105 | 0 | 0.70 | 0.47 | 0.23 | 340.29 | 0.54 | 0.5 |
| Hex | C5 | 3C | 69 | 0 | 46 | 2F | 17 | 154 | 36 | 32 |
| Octal | 305 | 74 | 151 | 0 | 106 | 57 | 27 | 524 | 66 | 62 |
| Binary | 11000101 | 111100 | 1101001 | 0 | 1000110 | 101111 | 10111 | 101010100 | 110110 | 110010 |
Color Harmonies of #C53C69
Complementary color
Monochromatic Colors of #C53C69
Black with #C53C69
Text Example
Text Example
White with #C53C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C69; }
p { color: rgb(197,60,105); }
H1.HeaderClassName
{
color: #C53C69;
}
.AnyTagClassName
{
color: #C53C69;
}
</style>
background-color css
<style>
a { background-color: #C53C69; }
a { background-color: rgb(197,60,105); }
div.DivClassName
{
background-color: #C53C69;
}
.BgClassName
{
background-color: #C53C69;
}
</style>
border-color css
<style>
span { border-color: #C53C69; }
span { border-color: rgb(197,60,105); }
td.TdClassName
{
border-color: #C53C69;
}
.TagClassName
{
border-color: #C53C69;
}
</style>