Shades of Royal Heath #C4567C
Tints of Royal Heath #C4567C
RGB
CMYK
RGB Variations
Color information
#C4567C (or 0xC4567C) is known color: Royal Heath. HEX triplet: C4, 56 and 7C. RGB value is (196,86,124). Sum of RGB (Red+Green+Blue) = 196+86+124=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4567C is #3BA983. Grayscale: #7B7B7B. Windows color (decimal): -3910020 or 8148676. OLE color: 8148676.
HSL color Cylindrical-coordinate representation of color #C4567C: hue angle of 339.27º 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 #C4567C is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 124 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.23 |
| HSL | 339.27º | 0.48% | 0.55% | - |
| HSV(B) | 339.27º | 0.56% | 0.77% | - |
| XYZ | 29.73 | 19.85 | 21.33 | - |
| YUV | 123.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 124 | 0 | 0.56 | 0.37 | 0.23 | 339.27 | 0.48 | 0.55 |
| Hex | C4 | 56 | 7C | 0 | 38 | 25 | 17 | 153 | 30 | 37 |
| Octal | 304 | 126 | 174 | 0 | 70 | 45 | 27 | 523 | 60 | 67 |
| Binary | 11000100 | 1010110 | 1111100 | 0 | 111000 | 100101 | 10111 | 101010011 | 110000 | 110111 |
Color Harmonies of #C4567C
Complementary color
Monochromatic Colors of #C4567C
Black with #C4567C
Text Example
Text Example
White with #C4567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4567C; }
p { color: rgb(196,86,124); }
H1.HeaderClassName
{
color: #C4567C;
}
.AnyTagClassName
{
color: #C4567C;
}
</style>
background-color css
<style>
a { background-color: #C4567C; }
a { background-color: rgb(196,86,124); }
div.DivClassName
{
background-color: #C4567C;
}
.BgClassName
{
background-color: #C4567C;
}
</style>
border-color css
<style>
span { border-color: #C4567C; }
span { border-color: rgb(196,86,124); }
td.TdClassName
{
border-color: #C4567C;
}
.TagClassName
{
border-color: #C4567C;
}
</style>