Shades of Royal Heath #C4497C
Tints of Royal Heath #C4497C
RGB
CMYK
RGB Variations
Color information
#C4497C (or 0xC4497C) is known color: Royal Heath. HEX triplet: C4, 49 and 7C. RGB value is (196,73,124). Sum of RGB (Red+Green+Blue) = 196+73+124=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4497C is #3BB683. Grayscale: #737373. Windows color (decimal): -3913348 or 8145348. OLE color: 8145348.
HSL color Cylindrical-coordinate representation of color #C4497C: hue angle of 335.12º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4497C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 124 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.23 |
| HSL | 335.12º | 0.51% | 0.53% | - |
| HSV(B) | 335.12º | 0.63% | 0.77% | - |
| XYZ | 28.79 | 17.96 | 21.02 | - |
| YUV | 115.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 124 | 0 | 0.63 | 0.37 | 0.23 | 335.12 | 0.51 | 0.53 |
| Hex | C4 | 49 | 7C | 0 | 3F | 25 | 17 | 14F | 33 | 35 |
| Octal | 304 | 111 | 174 | 0 | 77 | 45 | 27 | 517 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1111100 | 0 | 111111 | 100101 | 10111 | 101001111 | 110011 | 110101 |
Color Harmonies of #C4497C
Complementary color
Monochromatic Colors of #C4497C
Black with #C4497C
Text Example
Text Example
White with #C4497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4497C; }
p { color: rgb(196,73,124); }
H1.HeaderClassName
{
color: #C4497C;
}
.AnyTagClassName
{
color: #C4497C;
}
</style>
background-color css
<style>
a { background-color: #C4497C; }
a { background-color: rgb(196,73,124); }
div.DivClassName
{
background-color: #C4497C;
}
.BgClassName
{
background-color: #C4497C;
}
</style>
border-color css
<style>
span { border-color: #C4497C; }
span { border-color: rgb(196,73,124); }
td.TdClassName
{
border-color: #C4497C;
}
.TagClassName
{
border-color: #C4497C;
}
</style>