Shades of Royal Heath #C6416D
Tints of Royal Heath #C6416D
RGB
CMYK
RGB Variations
Color information
#C6416D (or 0xC6416D) is known color: Royal Heath. HEX triplet: C6, 41 and 6D. RGB value is (198,65,109). Sum of RGB (Red+Green+Blue) = 198+65+109=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6416D is #39BE92. Grayscale: #6D6D6D. Windows color (decimal): -3784339 or 7160262. OLE color: 7160262.
HSL color Cylindrical-coordinate representation of color #C6416D: hue angle of 340.15º 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 #C6416D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 109 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.22 |
| HSL | 340.15º | 0.54% | 0.52% | - |
| HSV(B) | 340.15º | 0.67% | 0.78% | - |
| XYZ | 27.94 | 16.89 | 16.26 | - |
| YUV | 109.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 109 | 0 | 0.67 | 0.45 | 0.22 | 340.15 | 0.54 | 0.52 |
| Hex | C6 | 41 | 6D | 0 | 43 | 2D | 16 | 154 | 36 | 34 |
| Octal | 306 | 101 | 155 | 0 | 103 | 55 | 26 | 524 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1101101 | 0 | 1000011 | 101101 | 10110 | 101010100 | 110110 | 110100 |
Color Harmonies of #C6416D
Complementary color
Monochromatic Colors of #C6416D
Black with #C6416D
Text Example
Text Example
White with #C6416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6416D; }
p { color: rgb(198,65,109); }
H1.HeaderClassName
{
color: #C6416D;
}
.AnyTagClassName
{
color: #C6416D;
}
</style>
background-color css
<style>
a { background-color: #C6416D; }
a { background-color: rgb(198,65,109); }
div.DivClassName
{
background-color: #C6416D;
}
.BgClassName
{
background-color: #C6416D;
}
</style>
border-color css
<style>
span { border-color: #C6416D; }
span { border-color: rgb(198,65,109); }
td.TdClassName
{
border-color: #C6416D;
}
.TagClassName
{
border-color: #C6416D;
}
</style>