Shades of Royal Heath #C4426E
Tints of Royal Heath #C4426E
RGB
CMYK
RGB Variations
Color information
#C4426E (or 0xC4426E) is known color: Royal Heath. HEX triplet: C4, 42 and 6E. RGB value is (196,66,110). Sum of RGB (Red+Green+Blue) = 196+66+110=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4426E is #3BBD91. Grayscale: #6D6D6D. Windows color (decimal): -3915154 or 7226052. OLE color: 7226052.
HSL color Cylindrical-coordinate representation of color #C4426E: hue angle of 339.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4426E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 110 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.23 |
| HSL | 339.69º | 0.52% | 0.51% | - |
| HSV(B) | 339.69º | 0.66% | 0.77% | - |
| XYZ | 27.53 | 16.76 | 16.54 | - |
| YUV | 109.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 110 | 0 | 0.66 | 0.44 | 0.23 | 339.69 | 0.52 | 0.51 |
| Hex | C4 | 42 | 6E | 0 | 42 | 2C | 17 | 154 | 34 | 33 |
| Octal | 304 | 102 | 156 | 0 | 102 | 54 | 27 | 524 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1101110 | 0 | 1000010 | 101100 | 10111 | 101010100 | 110100 | 110011 |
Color Harmonies of #C4426E
Complementary color
Monochromatic Colors of #C4426E
Black with #C4426E
Text Example
Text Example
White with #C4426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4426E; }
p { color: rgb(196,66,110); }
H1.HeaderClassName
{
color: #C4426E;
}
.AnyTagClassName
{
color: #C4426E;
}
</style>
background-color css
<style>
a { background-color: #C4426E; }
a { background-color: rgb(196,66,110); }
div.DivClassName
{
background-color: #C4426E;
}
.BgClassName
{
background-color: #C4426E;
}
</style>
border-color css
<style>
span { border-color: #C4426E; }
span { border-color: rgb(196,66,110); }
td.TdClassName
{
border-color: #C4426E;
}
.TagClassName
{
border-color: #C4426E;
}
</style>