Shades of Royal Heath #C4487A
Tints of Royal Heath #C4487A
RGB
CMYK
RGB Variations
Color information
#C4487A (or 0xC4487A) is known color: Royal Heath. HEX triplet: C4, 48 and 7A. RGB value is (196,72,122). Sum of RGB (Red+Green+Blue) = 196+72+122=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4487A is #3BB785. Grayscale: #727272. Windows color (decimal): -3913606 or 8014020. OLE color: 8014020.
HSL color Cylindrical-coordinate representation of color #C4487A: hue angle of 335.81º 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 #C4487A is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 122 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.23 |
| HSL | 335.81º | 0.51% | 0.53% | - |
| HSV(B) | 335.81º | 0.63% | 0.77% | - |
| XYZ | 28.6 | 17.78 | 20.34 | - |
| YUV | 114.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 122 | 0 | 0.63 | 0.38 | 0.23 | 335.81 | 0.51 | 0.53 |
| Hex | C4 | 48 | 7A | 0 | 3F | 26 | 17 | 150 | 33 | 35 |
| Octal | 304 | 110 | 172 | 0 | 77 | 46 | 27 | 520 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1111010 | 0 | 111111 | 100110 | 10111 | 101010000 | 110011 | 110101 |
Color Harmonies of #C4487A
Complementary color
Monochromatic Colors of #C4487A
Black with #C4487A
Text Example
Text Example
White with #C4487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4487A; }
p { color: rgb(196,72,122); }
H1.HeaderClassName
{
color: #C4487A;
}
.AnyTagClassName
{
color: #C4487A;
}
</style>
background-color css
<style>
a { background-color: #C4487A; }
a { background-color: rgb(196,72,122); }
div.DivClassName
{
background-color: #C4487A;
}
.BgClassName
{
background-color: #C4487A;
}
</style>
border-color css
<style>
span { border-color: #C4487A; }
span { border-color: rgb(196,72,122); }
td.TdClassName
{
border-color: #C4487A;
}
.TagClassName
{
border-color: #C4487A;
}
</style>