Shades of Royal Heath #C4467C
Tints of Royal Heath #C4467C
RGB
CMYK
RGB Variations
Color information
#C4467C (or 0xC4467C) is known color: Royal Heath. HEX triplet: C4, 46 and 7C. RGB value is (196,70,124). Sum of RGB (Red+Green+Blue) = 196+70+124=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4467C is #3BB983. Grayscale: #717171. Windows color (decimal): -3914116 or 8144580. OLE color: 8144580.
HSL color Cylindrical-coordinate representation of color #C4467C: hue angle of 334.29º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4467C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 124 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.23 |
| HSL | 334.29º | 0.52% | 0.52% | - |
| HSV(B) | 334.29º | 0.64% | 0.77% | - |
| XYZ | 28.59 | 17.57 | 20.95 | - |
| YUV | 113.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 124 | 0 | 0.64 | 0.37 | 0.23 | 334.29 | 0.52 | 0.52 |
| Hex | C4 | 46 | 7C | 0 | 40 | 25 | 17 | 14E | 34 | 34 |
| Octal | 304 | 106 | 174 | 0 | 100 | 45 | 27 | 516 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1111100 | 0 | 1000000 | 100101 | 10111 | 101001110 | 110100 | 110100 |
Color Harmonies of #C4467C
Complementary color
Monochromatic Colors of #C4467C
Black with #C4467C
Text Example
Text Example
White with #C4467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4467C; }
p { color: rgb(196,70,124); }
H1.HeaderClassName
{
color: #C4467C;
}
.AnyTagClassName
{
color: #C4467C;
}
</style>
background-color css
<style>
a { background-color: #C4467C; }
a { background-color: rgb(196,70,124); }
div.DivClassName
{
background-color: #C4467C;
}
.BgClassName
{
background-color: #C4467C;
}
</style>
border-color css
<style>
span { border-color: #C4467C; }
span { border-color: rgb(196,70,124); }
td.TdClassName
{
border-color: #C4467C;
}
.TagClassName
{
border-color: #C4467C;
}
</style>