Shades of Royal Heath #C5416E
Tints of Royal Heath #C5416E
RGB
CMYK
RGB Variations
Color information
#C5416E (or 0xC5416E) is known color: Royal Heath. HEX triplet: C5, 41 and 6E. RGB value is (197,65,110). Sum of RGB (Red+Green+Blue) = 197+65+110=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5416E is #3ABE91. Grayscale: #6D6D6D. Windows color (decimal): -3849874 or 7225797. OLE color: 7225797.
HSL color Cylindrical-coordinate representation of color #C5416E: hue angle of 339.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5416E is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 110 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.23 |
| HSL | 339.55º | 0.53% | 0.51% | - |
| HSV(B) | 339.55º | 0.67% | 0.77% | - |
| XYZ | 27.73 | 16.78 | 16.53 | - |
| YUV | 109.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 110 | 0 | 0.67 | 0.44 | 0.23 | 339.55 | 0.53 | 0.51 |
| Hex | C5 | 41 | 6E | 0 | 43 | 2C | 17 | 154 | 35 | 33 |
| Octal | 305 | 101 | 156 | 0 | 103 | 54 | 27 | 524 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1101110 | 0 | 1000011 | 101100 | 10111 | 101010100 | 110101 | 110011 |
Color Harmonies of #C5416E
Complementary color
Monochromatic Colors of #C5416E
Black with #C5416E
Text Example
Text Example
White with #C5416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5416E; }
p { color: rgb(197,65,110); }
H1.HeaderClassName
{
color: #C5416E;
}
.AnyTagClassName
{
color: #C5416E;
}
</style>
background-color css
<style>
a { background-color: #C5416E; }
a { background-color: rgb(197,65,110); }
div.DivClassName
{
background-color: #C5416E;
}
.BgClassName
{
background-color: #C5416E;
}
</style>
border-color css
<style>
span { border-color: #C5416E; }
span { border-color: rgb(197,65,110); }
td.TdClassName
{
border-color: #C5416E;
}
.TagClassName
{
border-color: #C5416E;
}
</style>