Shades of Royal Heath #C4547A
Tints of Royal Heath #C4547A
RGB
CMYK
RGB Variations
Color information
#C4547A (or 0xC4547A) is known color: Royal Heath. HEX triplet: C4, 54 and 7A. RGB value is (196,84,122). Sum of RGB (Red+Green+Blue) = 196+84+122=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4547A is #3BAB85. Grayscale: #797979. Windows color (decimal): -3910534 or 8017092. OLE color: 8017092.
HSL color Cylindrical-coordinate representation of color #C4547A: hue angle of 339.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4547A is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 122 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.23 |
| HSL | 339.64º | 0.49% | 0.55% | - |
| HSV(B) | 339.64º | 0.57% | 0.77% | - |
| XYZ | 29.45 | 19.48 | 20.62 | - |
| YUV | 121.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 122 | 0 | 0.57 | 0.38 | 0.23 | 339.64 | 0.49 | 0.55 |
| Hex | C4 | 54 | 7A | 0 | 39 | 26 | 17 | 154 | 31 | 37 |
| Octal | 304 | 124 | 172 | 0 | 71 | 46 | 27 | 524 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1111010 | 0 | 111001 | 100110 | 10111 | 101010100 | 110001 | 110111 |
Color Harmonies of #C4547A
Complementary color
Monochromatic Colors of #C4547A
Black with #C4547A
Text Example
Text Example
White with #C4547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4547A; }
p { color: rgb(196,84,122); }
H1.HeaderClassName
{
color: #C4547A;
}
.AnyTagClassName
{
color: #C4547A;
}
</style>
background-color css
<style>
a { background-color: #C4547A; }
a { background-color: rgb(196,84,122); }
div.DivClassName
{
background-color: #C4547A;
}
.BgClassName
{
background-color: #C4547A;
}
</style>
border-color css
<style>
span { border-color: #C4547A; }
span { border-color: rgb(196,84,122); }
td.TdClassName
{
border-color: #C4547A;
}
.TagClassName
{
border-color: #C4547A;
}
</style>