Shades of Royal Heath #C4456E
Tints of Royal Heath #C4456E
RGB
CMYK
RGB Variations
Color information
#C4456E (or 0xC4456E) is known color: Royal Heath. HEX triplet: C4, 45 and 6E. RGB value is (196,69,110). Sum of RGB (Red+Green+Blue) = 196+69+110=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4456E is #3BBA91. Grayscale: #6F6F6F. Windows color (decimal): -3914386 or 7226820. OLE color: 7226820.
HSL color Cylindrical-coordinate representation of color #C4456E: hue angle of 340.63º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4456E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 110 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.23 |
| HSL | 340.63º | 0.52% | 0.52% | - |
| HSV(B) | 340.63º | 0.65% | 0.77% | - |
| XYZ | 27.71 | 17.12 | 16.6 | - |
| YUV | 111.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 110 | 0 | 0.65 | 0.44 | 0.23 | 340.63 | 0.52 | 0.52 |
| Hex | C4 | 45 | 6E | 0 | 41 | 2C | 17 | 155 | 34 | 34 |
| Octal | 304 | 105 | 156 | 0 | 101 | 54 | 27 | 525 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1101110 | 0 | 1000001 | 101100 | 10111 | 101010101 | 110100 | 110100 |
Color Harmonies of #C4456E
Complementary color
Monochromatic Colors of #C4456E
Black with #C4456E
Text Example
Text Example
White with #C4456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4456E; }
p { color: rgb(196,69,110); }
H1.HeaderClassName
{
color: #C4456E;
}
.AnyTagClassName
{
color: #C4456E;
}
</style>
background-color css
<style>
a { background-color: #C4456E; }
a { background-color: rgb(196,69,110); }
div.DivClassName
{
background-color: #C4456E;
}
.BgClassName
{
background-color: #C4456E;
}
</style>
border-color css
<style>
span { border-color: #C4456E; }
span { border-color: rgb(196,69,110); }
td.TdClassName
{
border-color: #C4456E;
}
.TagClassName
{
border-color: #C4456E;
}
</style>