Shades of Royal Heath #C6416E
Tints of Royal Heath #C6416E
RGB
CMYK
RGB Variations
Color information
#C6416E (or 0xC6416E) is known color: Royal Heath. HEX triplet: C6, 41 and 6E. RGB value is (198,65,110). Sum of RGB (Red+Green+Blue) = 198+65+110=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6416E is #39BE91. Grayscale: #6D6D6D. Windows color (decimal): -3784338 or 7225798. OLE color: 7225798.
HSL color Cylindrical-coordinate representation of color #C6416E: hue angle of 339.7º 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 #C6416E is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 110 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.22 |
| HSL | 339.7º | 0.54% | 0.52% | - |
| HSV(B) | 339.7º | 0.67% | 0.78% | - |
| XYZ | 27.99 | 16.91 | 16.54 | - |
| YUV | 109.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 110 | 0 | 0.67 | 0.44 | 0.22 | 339.7 | 0.54 | 0.52 |
| Hex | C6 | 41 | 6E | 0 | 43 | 2C | 16 | 154 | 36 | 34 |
| Octal | 306 | 101 | 156 | 0 | 103 | 54 | 26 | 524 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1101110 | 0 | 1000011 | 101100 | 10110 | 101010100 | 110110 | 110100 |
Color Harmonies of #C6416E
Complementary color
Monochromatic Colors of #C6416E
Black with #C6416E
Text Example
Text Example
White with #C6416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6416E; }
p { color: rgb(198,65,110); }
H1.HeaderClassName
{
color: #C6416E;
}
.AnyTagClassName
{
color: #C6416E;
}
</style>
background-color css
<style>
a { background-color: #C6416E; }
a { background-color: rgb(198,65,110); }
div.DivClassName
{
background-color: #C6416E;
}
.BgClassName
{
background-color: #C6416E;
}
</style>
border-color css
<style>
span { border-color: #C6416E; }
span { border-color: rgb(198,65,110); }
td.TdClassName
{
border-color: #C6416E;
}
.TagClassName
{
border-color: #C6416E;
}
</style>