Shades of Royal Heath #C0466F
Tints of Royal Heath #C0466F
RGB
CMYK
RGB Variations
Color information
#C0466F (or 0xC0466F) is known color: Royal Heath. HEX triplet: C0, 46 and 6F. RGB value is (192,70,111). Sum of RGB (Red+Green+Blue) = 192+70+111=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0466F is #3FB990. Grayscale: #6F6F6F. Windows color (decimal): -4176273 or 7292608. OLE color: 7292608.
HSL color Cylindrical-coordinate representation of color #C0466F: hue angle of 339.84º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0466F is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 111 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.25 |
| HSL | 339.84º | 0.49% | 0.51% | - |
| HSV(B) | 339.84º | 0.64% | 0.75% | - |
| XYZ | 26.8 | 16.73 | 16.86 | - |
| YUV | 111.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 111 | 0 | 0.64 | 0.42 | 0.25 | 339.84 | 0.49 | 0.51 |
| Hex | C0 | 46 | 6F | 0 | 40 | 2A | 19 | 154 | 31 | 33 |
| Octal | 300 | 106 | 157 | 0 | 100 | 52 | 31 | 524 | 61 | 63 |
| Binary | 11000000 | 1000110 | 1101111 | 0 | 1000000 | 101010 | 11001 | 101010100 | 110001 | 110011 |
Color Harmonies of #C0466F
Complementary color
Monochromatic Colors of #C0466F
Black with #C0466F
Text Example
Text Example
White with #C0466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0466F; }
p { color: rgb(192,70,111); }
H1.HeaderClassName
{
color: #C0466F;
}
.AnyTagClassName
{
color: #C0466F;
}
</style>
background-color css
<style>
a { background-color: #C0466F; }
a { background-color: rgb(192,70,111); }
div.DivClassName
{
background-color: #C0466F;
}
.BgClassName
{
background-color: #C0466F;
}
</style>
border-color css
<style>
span { border-color: #C0466F; }
span { border-color: rgb(192,70,111); }
td.TdClassName
{
border-color: #C0466F;
}
.TagClassName
{
border-color: #C0466F;
}
</style>