Shades of Royal Heath #C4527E
Tints of Royal Heath #C4527E
RGB
CMYK
RGB Variations
Color information
#C4527E (or 0xC4527E) is known color: Royal Heath. HEX triplet: C4, 52 and 7E. RGB value is (196,82,126). Sum of RGB (Red+Green+Blue) = 196+82+126=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4527E is #3BAD81. Grayscale: #797979. Windows color (decimal): -3911042 or 8278724. OLE color: 8278724.
HSL color Cylindrical-coordinate representation of color #C4527E: hue angle of 336.84º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4527E is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 126 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.23 |
| HSL | 336.84º | 0.49% | 0.55% | - |
| HSV(B) | 336.84º | 0.58% | 0.77% | - |
| XYZ | 29.55 | 19.28 | 21.9 | - |
| YUV | 121.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 126 | 0 | 0.58 | 0.36 | 0.23 | 336.84 | 0.49 | 0.55 |
| Hex | C4 | 52 | 7E | 0 | 3A | 24 | 17 | 151 | 31 | 37 |
| Octal | 304 | 122 | 176 | 0 | 72 | 44 | 27 | 521 | 61 | 67 |
| Binary | 11000100 | 1010010 | 1111110 | 0 | 111010 | 100100 | 10111 | 101010001 | 110001 | 110111 |
Color Harmonies of #C4527E
Complementary color
Monochromatic Colors of #C4527E
Black with #C4527E
Text Example
Text Example
White with #C4527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4527E; }
p { color: rgb(196,82,126); }
H1.HeaderClassName
{
color: #C4527E;
}
.AnyTagClassName
{
color: #C4527E;
}
</style>
background-color css
<style>
a { background-color: #C4527E; }
a { background-color: rgb(196,82,126); }
div.DivClassName
{
background-color: #C4527E;
}
.BgClassName
{
background-color: #C4527E;
}
</style>
border-color css
<style>
span { border-color: #C4527E; }
span { border-color: rgb(196,82,126); }
td.TdClassName
{
border-color: #C4527E;
}
.TagClassName
{
border-color: #C4527E;
}
</style>