Shades of Royal Heath #C6406D
Tints of Royal Heath #C6406D
RGB
CMYK
RGB Variations
Color information
#C6406D (or 0xC6406D) is known color: Royal Heath. HEX triplet: C6, 40 and 6D. RGB value is (198,64,109). Sum of RGB (Red+Green+Blue) = 198+64+109=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6406D is #39BF92. Grayscale: #6D6D6D. Windows color (decimal): -3784595 or 7160006. OLE color: 7160006.
HSL color Cylindrical-coordinate representation of color #C6406D: hue angle of 339.85º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6406D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 109 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.22 |
| HSL | 339.85º | 0.54% | 0.51% | - |
| HSV(B) | 339.85º | 0.68% | 0.78% | - |
| XYZ | 27.88 | 16.78 | 16.24 | - |
| YUV | 109.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 109 | 0 | 0.68 | 0.45 | 0.22 | 339.85 | 0.54 | 0.51 |
| Hex | C6 | 40 | 6D | 0 | 44 | 2D | 16 | 154 | 36 | 33 |
| Octal | 306 | 100 | 155 | 0 | 104 | 55 | 26 | 524 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1101101 | 0 | 1000100 | 101101 | 10110 | 101010100 | 110110 | 110011 |
Color Harmonies of #C6406D
Complementary color
Monochromatic Colors of #C6406D
Black with #C6406D
Text Example
Text Example
White with #C6406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6406D; }
p { color: rgb(198,64,109); }
H1.HeaderClassName
{
color: #C6406D;
}
.AnyTagClassName
{
color: #C6406D;
}
</style>
background-color css
<style>
a { background-color: #C6406D; }
a { background-color: rgb(198,64,109); }
div.DivClassName
{
background-color: #C6406D;
}
.BgClassName
{
background-color: #C6406D;
}
</style>
border-color css
<style>
span { border-color: #C6406D; }
span { border-color: rgb(198,64,109); }
td.TdClassName
{
border-color: #C6406D;
}
.TagClassName
{
border-color: #C6406D;
}
</style>