Shades of Royal Heath #C6426F
Tints of Royal Heath #C6426F
RGB
CMYK
RGB Variations
Color information
#C6426F (or 0xC6426F) is known color: Royal Heath. HEX triplet: C6, 42 and 6F. RGB value is (198,66,111). Sum of RGB (Red+Green+Blue) = 198+66+111=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6426F is #39BD90. Grayscale: #6E6E6E. Windows color (decimal): -3784081 or 7291590. OLE color: 7291590.
HSL color Cylindrical-coordinate representation of color #C6426F: hue angle of 339.55º 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 #C6426F is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 111 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.22 |
| HSL | 339.55º | 0.54% | 0.52% | - |
| HSV(B) | 339.55º | 0.67% | 0.78% | - |
| XYZ | 28.11 | 17.05 | 16.85 | - |
| YUV | 110.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 111 | 0 | 0.67 | 0.44 | 0.22 | 339.55 | 0.54 | 0.52 |
| Hex | C6 | 42 | 6F | 0 | 43 | 2C | 16 | 154 | 36 | 34 |
| Octal | 306 | 102 | 157 | 0 | 103 | 54 | 26 | 524 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1101111 | 0 | 1000011 | 101100 | 10110 | 101010100 | 110110 | 110100 |
Color Harmonies of #C6426F
Complementary color
Monochromatic Colors of #C6426F
Black with #C6426F
Text Example
Text Example
White with #C6426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6426F; }
p { color: rgb(198,66,111); }
H1.HeaderClassName
{
color: #C6426F;
}
.AnyTagClassName
{
color: #C6426F;
}
</style>
background-color css
<style>
a { background-color: #C6426F; }
a { background-color: rgb(198,66,111); }
div.DivClassName
{
background-color: #C6426F;
}
.BgClassName
{
background-color: #C6426F;
}
</style>
border-color css
<style>
span { border-color: #C6426F; }
span { border-color: rgb(198,66,111); }
td.TdClassName
{
border-color: #C6426F;
}
.TagClassName
{
border-color: #C6426F;
}
</style>