Shades of Royal Heath #C53A68
Tints of Royal Heath #C53A68
RGB
CMYK
RGB Variations
Color information
#C53A68 (or 0xC53A68) is known color: Royal Heath. HEX triplet: C5, 3A and 68. RGB value is (197,58,104). Sum of RGB (Red+Green+Blue) = 197+58+104=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A68 is #3AC597. Grayscale: #686868. Windows color (decimal): -3851672 or 6830789. OLE color: 6830789.
HSL color Cylindrical-coordinate representation of color #C53A68: hue angle of 340.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A68 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 104 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.23 |
| HSL | 340.14º | 0.55% | 0.5% | - |
| HSV(B) | 340.14º | 0.71% | 0.77% | - |
| XYZ | 27.04 | 15.9 | 14.74 | - |
| YUV | 104.81 | 127.55 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 104 | 0 | 0.71 | 0.47 | 0.23 | 340.14 | 0.55 | 0.5 |
| Hex | C5 | 3A | 68 | 0 | 47 | 2F | 17 | 154 | 37 | 32 |
| Octal | 305 | 72 | 150 | 0 | 107 | 57 | 27 | 524 | 67 | 62 |
| Binary | 11000101 | 111010 | 1101000 | 0 | 1000111 | 101111 | 10111 | 101010100 | 110111 | 110010 |
Color Harmonies of #C53A68
Complementary color
Monochromatic Colors of #C53A68
Black with #C53A68
Text Example
Text Example
White with #C53A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A68; }
p { color: rgb(197,58,104); }
H1.HeaderClassName
{
color: #C53A68;
}
.AnyTagClassName
{
color: #C53A68;
}
</style>
background-color css
<style>
a { background-color: #C53A68; }
a { background-color: rgb(197,58,104); }
div.DivClassName
{
background-color: #C53A68;
}
.BgClassName
{
background-color: #C53A68;
}
</style>
border-color css
<style>
span { border-color: #C53A68; }
span { border-color: rgb(197,58,104); }
td.TdClassName
{
border-color: #C53A68;
}
.TagClassName
{
border-color: #C53A68;
}
</style>