Shades of Royal Heath #C53B68
Tints of Royal Heath #C53B68
RGB
CMYK
RGB Variations
Color information
#C53B68 (or 0xC53B68) is known color: Royal Heath. HEX triplet: C5, 3B and 68. RGB value is (197,59,104). Sum of RGB (Red+Green+Blue) = 197+59+104=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B68 is #3AC497. Grayscale: #696969. Windows color (decimal): -3851416 or 6831045. OLE color: 6831045.
HSL color Cylindrical-coordinate representation of color #C53B68: hue angle of 340.43º 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 #C53B68 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 104 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.23 |
| HSL | 340.43º | 0.54% | 0.5% | - |
| HSV(B) | 340.43º | 0.7% | 0.77% | - |
| XYZ | 27.09 | 16 | 14.76 | - |
| YUV | 105.39 | 127.22 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 104 | 0 | 0.70 | 0.47 | 0.23 | 340.43 | 0.54 | 0.5 |
| Hex | C5 | 3B | 68 | 0 | 46 | 2F | 17 | 154 | 36 | 32 |
| Octal | 305 | 73 | 150 | 0 | 106 | 57 | 27 | 524 | 66 | 62 |
| Binary | 11000101 | 111011 | 1101000 | 0 | 1000110 | 101111 | 10111 | 101010100 | 110110 | 110010 |
Color Harmonies of #C53B68
Complementary color
Monochromatic Colors of #C53B68
Black with #C53B68
Text Example
Text Example
White with #C53B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B68; }
p { color: rgb(197,59,104); }
H1.HeaderClassName
{
color: #C53B68;
}
.AnyTagClassName
{
color: #C53B68;
}
</style>
background-color css
<style>
a { background-color: #C53B68; }
a { background-color: rgb(197,59,104); }
div.DivClassName
{
background-color: #C53B68;
}
.BgClassName
{
background-color: #C53B68;
}
</style>
border-color css
<style>
span { border-color: #C53B68; }
span { border-color: rgb(197,59,104); }
td.TdClassName
{
border-color: #C53B68;
}
.TagClassName
{
border-color: #C53B68;
}
</style>