Shades of Royal Heath #C4577C
Tints of Royal Heath #C4577C
RGB
CMYK
RGB Variations
Color information
#C4577C (or 0xC4577C) is known color: Royal Heath. HEX triplet: C4, 57 and 7C. RGB value is (196,87,124). Sum of RGB (Red+Green+Blue) = 196+87+124=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4577C is #3BA883. Grayscale: #7B7B7B. Windows color (decimal): -3909764 or 8148932. OLE color: 8148932.
HSL color Cylindrical-coordinate representation of color #C4577C: hue angle of 339.63º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4577C is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 124 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.23 |
| HSL | 339.63º | 0.48% | 0.55% | - |
| HSV(B) | 339.63º | 0.56% | 0.77% | - |
| XYZ | 29.81 | 20.01 | 21.36 | - |
| YUV | 123.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 124 | 0 | 0.56 | 0.37 | 0.23 | 339.63 | 0.48 | 0.55 |
| Hex | C4 | 57 | 7C | 0 | 38 | 25 | 17 | 154 | 30 | 37 |
| Octal | 304 | 127 | 174 | 0 | 70 | 45 | 27 | 524 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1111100 | 0 | 111000 | 100101 | 10111 | 101010100 | 110000 | 110111 |
Color Harmonies of #C4577C
Complementary color
Monochromatic Colors of #C4577C
Black with #C4577C
Text Example
Text Example
White with #C4577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4577C; }
p { color: rgb(196,87,124); }
H1.HeaderClassName
{
color: #C4577C;
}
.AnyTagClassName
{
color: #C4577C;
}
</style>
background-color css
<style>
a { background-color: #C4577C; }
a { background-color: rgb(196,87,124); }
div.DivClassName
{
background-color: #C4577C;
}
.BgClassName
{
background-color: #C4577C;
}
</style>
border-color css
<style>
span { border-color: #C4577C; }
span { border-color: rgb(196,87,124); }
td.TdClassName
{
border-color: #C4577C;
}
.TagClassName
{
border-color: #C4577C;
}
</style>