Shades of Royal Heath #C5406D
Tints of Royal Heath #C5406D
RGB
CMYK
RGB Variations
Color information
#C5406D (or 0xC5406D) is known color: Royal Heath. HEX triplet: C5, 40 and 6D. RGB value is (197,64,109). Sum of RGB (Red+Green+Blue) = 197+64+109=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5406D is #3ABF92. Grayscale: #6C6C6C. Windows color (decimal): -3850131 or 7160005. OLE color: 7160005.
HSL color Cylindrical-coordinate representation of color #C5406D: hue angle of 339.7º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5406D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 109 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.23 |
| HSL | 339.7º | 0.53% | 0.51% | - |
| HSV(B) | 339.7º | 0.68% | 0.77% | - |
| XYZ | 27.62 | 16.64 | 16.22 | - |
| YUV | 108.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 109 | 0 | 0.68 | 0.45 | 0.23 | 339.7 | 0.53 | 0.51 |
| Hex | C5 | 40 | 6D | 0 | 44 | 2D | 17 | 154 | 35 | 33 |
| Octal | 305 | 100 | 155 | 0 | 104 | 55 | 27 | 524 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1101101 | 0 | 1000100 | 101101 | 10111 | 101010100 | 110101 | 110011 |
Color Harmonies of #C5406D
Complementary color
Monochromatic Colors of #C5406D
Black with #C5406D
Text Example
Text Example
White with #C5406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5406D; }
p { color: rgb(197,64,109); }
H1.HeaderClassName
{
color: #C5406D;
}
.AnyTagClassName
{
color: #C5406D;
}
</style>
background-color css
<style>
a { background-color: #C5406D; }
a { background-color: rgb(197,64,109); }
div.DivClassName
{
background-color: #C5406D;
}
.BgClassName
{
background-color: #C5406D;
}
</style>
border-color css
<style>
span { border-color: #C5406D; }
span { border-color: rgb(197,64,109); }
td.TdClassName
{
border-color: #C5406D;
}
.TagClassName
{
border-color: #C5406D;
}
</style>