Shades of Royal Heath #C4487C
Tints of Royal Heath #C4487C
RGB
CMYK
RGB Variations
Color information
#C4487C (or 0xC4487C) is known color: Royal Heath. HEX triplet: C4, 48 and 7C. RGB value is (196,72,124). Sum of RGB (Red+Green+Blue) = 196+72+124=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4487C is #3BB783. Grayscale: #727272. Windows color (decimal): -3913604 or 8145092. OLE color: 8145092.
HSL color Cylindrical-coordinate representation of color #C4487C: hue angle of 334.84º 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 #C4487C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 124 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.23 |
| HSL | 334.84º | 0.51% | 0.53% | - |
| HSV(B) | 334.84º | 0.63% | 0.77% | - |
| XYZ | 28.72 | 17.83 | 21 | - |
| YUV | 115 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 124 | 0 | 0.63 | 0.37 | 0.23 | 334.84 | 0.51 | 0.53 |
| Hex | C4 | 48 | 7C | 0 | 3F | 25 | 17 | 14F | 33 | 35 |
| Octal | 304 | 110 | 174 | 0 | 77 | 45 | 27 | 517 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1111100 | 0 | 111111 | 100101 | 10111 | 101001111 | 110011 | 110101 |
Color Harmonies of #C4487C
Complementary color
Monochromatic Colors of #C4487C
Black with #C4487C
Text Example
Text Example
White with #C4487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4487C; }
p { color: rgb(196,72,124); }
H1.HeaderClassName
{
color: #C4487C;
}
.AnyTagClassName
{
color: #C4487C;
}
</style>
background-color css
<style>
a { background-color: #C4487C; }
a { background-color: rgb(196,72,124); }
div.DivClassName
{
background-color: #C4487C;
}
.BgClassName
{
background-color: #C4487C;
}
</style>
border-color css
<style>
span { border-color: #C4487C; }
span { border-color: rgb(196,72,124); }
td.TdClassName
{
border-color: #C4487C;
}
.TagClassName
{
border-color: #C4487C;
}
</style>