Shades of Royal Heath #C0416C
Tints of Royal Heath #C0416C
RGB
CMYK
RGB Variations
Color information
#C0416C (or 0xC0416C) is known color: Royal Heath. HEX triplet: C0, 41 and 6C. RGB value is (192,65,108). Sum of RGB (Red+Green+Blue) = 192+65+108=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0416C is #3FBE93. Grayscale: #6B6B6B. Windows color (decimal): -4177556 or 7094720. OLE color: 7094720.
HSL color Cylindrical-coordinate representation of color #C0416C: hue angle of 339.69º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0416C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 108 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.25 |
| HSL | 339.69º | 0.5% | 0.5% | - |
| HSV(B) | 339.69º | 0.66% | 0.75% | - |
| XYZ | 26.34 | 16.07 | 15.9 | - |
| YUV | 107.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 108 | 0 | 0.66 | 0.44 | 0.25 | 339.69 | 0.5 | 0.5 |
| Hex | C0 | 41 | 6C | 0 | 42 | 2C | 19 | 154 | 32 | 32 |
| Octal | 300 | 101 | 154 | 0 | 102 | 54 | 31 | 524 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1101100 | 0 | 1000010 | 101100 | 11001 | 101010100 | 110010 | 110010 |
Color Harmonies of #C0416C
Complementary color
Monochromatic Colors of #C0416C
Black with #C0416C
Text Example
Text Example
White with #C0416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0416C; }
p { color: rgb(192,65,108); }
H1.HeaderClassName
{
color: #C0416C;
}
.AnyTagClassName
{
color: #C0416C;
}
</style>
background-color css
<style>
a { background-color: #C0416C; }
a { background-color: rgb(192,65,108); }
div.DivClassName
{
background-color: #C0416C;
}
.BgClassName
{
background-color: #C0416C;
}
</style>
border-color css
<style>
span { border-color: #C0416C; }
span { border-color: rgb(192,65,108); }
td.TdClassName
{
border-color: #C0416C;
}
.TagClassName
{
border-color: #C0416C;
}
</style>