Shades of Royal Heath #C5417A
Tints of Royal Heath #C5417A
RGB
CMYK
RGB Variations
Color information
#C5417A (or 0xC5417A) is known color: Royal Heath. HEX triplet: C5, 41 and 7A. RGB value is (197,65,122). Sum of RGB (Red+Green+Blue) = 197+65+122=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5417A is #3ABE85. Grayscale: #6E6E6E. Windows color (decimal): -3849862 or 8012229. OLE color: 8012229.
HSL color Cylindrical-coordinate representation of color #C5417A: hue angle of 334.09º 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 #C5417A is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 122 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.23 |
| HSL | 334.09º | 0.53% | 0.51% | - |
| HSV(B) | 334.09º | 0.67% | 0.77% | - |
| XYZ | 28.43 | 17.06 | 20.21 | - |
| YUV | 110.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 122 | 0 | 0.67 | 0.38 | 0.23 | 334.09 | 0.53 | 0.51 |
| Hex | C5 | 41 | 7A | 0 | 43 | 26 | 17 | 14E | 35 | 33 |
| Octal | 305 | 101 | 172 | 0 | 103 | 46 | 27 | 516 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1111010 | 0 | 1000011 | 100110 | 10111 | 101001110 | 110101 | 110011 |
Color Harmonies of #C5417A
Complementary color
Monochromatic Colors of #C5417A
Black with #C5417A
Text Example
Text Example
White with #C5417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5417A; }
p { color: rgb(197,65,122); }
H1.HeaderClassName
{
color: #C5417A;
}
.AnyTagClassName
{
color: #C5417A;
}
</style>
background-color css
<style>
a { background-color: #C5417A; }
a { background-color: rgb(197,65,122); }
div.DivClassName
{
background-color: #C5417A;
}
.BgClassName
{
background-color: #C5417A;
}
</style>
border-color css
<style>
span { border-color: #C5417A; }
span { border-color: rgb(197,65,122); }
td.TdClassName
{
border-color: #C5417A;
}
.TagClassName
{
border-color: #C5417A;
}
</style>