Shades of Royal Heath #C4567E
Tints of Royal Heath #C4567E
RGB
CMYK
RGB Variations
Color information
#C4567E (or 0xC4567E) is known color: Royal Heath. HEX triplet: C4, 56 and 7E. RGB value is (196,86,126). Sum of RGB (Red+Green+Blue) = 196+86+126=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4567E is #3BA981. Grayscale: #7B7B7B. Windows color (decimal): -3910018 or 8279748. OLE color: 8279748.
HSL color Cylindrical-coordinate representation of color #C4567E: hue angle of 338.18º 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 #C4567E is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 126 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.23 |
| HSL | 338.18º | 0.48% | 0.55% | - |
| HSV(B) | 338.18º | 0.56% | 0.77% | - |
| XYZ | 29.86 | 19.9 | 22.01 | - |
| YUV | 123.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 126 | 0 | 0.56 | 0.36 | 0.23 | 338.18 | 0.48 | 0.55 |
| Hex | C4 | 56 | 7E | 0 | 38 | 24 | 17 | 152 | 30 | 37 |
| Octal | 304 | 126 | 176 | 0 | 70 | 44 | 27 | 522 | 60 | 67 |
| Binary | 11000100 | 1010110 | 1111110 | 0 | 111000 | 100100 | 10111 | 101010010 | 110000 | 110111 |
Color Harmonies of #C4567E
Complementary color
Monochromatic Colors of #C4567E
Black with #C4567E
Text Example
Text Example
White with #C4567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4567E; }
p { color: rgb(196,86,126); }
H1.HeaderClassName
{
color: #C4567E;
}
.AnyTagClassName
{
color: #C4567E;
}
</style>
background-color css
<style>
a { background-color: #C4567E; }
a { background-color: rgb(196,86,126); }
div.DivClassName
{
background-color: #C4567E;
}
.BgClassName
{
background-color: #C4567E;
}
</style>
border-color css
<style>
span { border-color: #C4567E; }
span { border-color: rgb(196,86,126); }
td.TdClassName
{
border-color: #C4567E;
}
.TagClassName
{
border-color: #C4567E;
}
</style>