Shades of Royal Heath #C6426E
Tints of Royal Heath #C6426E
RGB
CMYK
RGB Variations
Color information
#C6426E (or 0xC6426E) is known color: Royal Heath. HEX triplet: C6, 42 and 6E. RGB value is (198,66,110). Sum of RGB (Red+Green+Blue) = 198+66+110=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6426E is #39BD91. Grayscale: #6E6E6E. Windows color (decimal): -3784082 or 7226054. OLE color: 7226054.
HSL color Cylindrical-coordinate representation of color #C6426E: hue angle of 340º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6426E is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 110 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.22 |
| HSL | 340º | 0.54% | 0.52% | - |
| HSV(B) | 340º | 0.67% | 0.78% | - |
| XYZ | 28.05 | 17.03 | 16.56 | - |
| YUV | 110.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 110 | 0 | 0.67 | 0.44 | 0.22 | 340 | 0.54 | 0.52 |
| Hex | C6 | 42 | 6E | 0 | 43 | 2C | 16 | 154 | 36 | 34 |
| Octal | 306 | 102 | 156 | 0 | 103 | 54 | 26 | 524 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1101110 | 0 | 1000011 | 101100 | 10110 | 101010100 | 110110 | 110100 |
Color Harmonies of #C6426E
Complementary color
Monochromatic Colors of #C6426E
Black with #C6426E
Text Example
Text Example
White with #C6426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6426E; }
p { color: rgb(198,66,110); }
H1.HeaderClassName
{
color: #C6426E;
}
.AnyTagClassName
{
color: #C6426E;
}
</style>
background-color css
<style>
a { background-color: #C6426E; }
a { background-color: rgb(198,66,110); }
div.DivClassName
{
background-color: #C6426E;
}
.BgClassName
{
background-color: #C6426E;
}
</style>
border-color css
<style>
span { border-color: #C6426E; }
span { border-color: rgb(198,66,110); }
td.TdClassName
{
border-color: #C6426E;
}
.TagClassName
{
border-color: #C6426E;
}
</style>