Shades of Royal Heath #C0456F
Tints of Royal Heath #C0456F
RGB
CMYK
RGB Variations
Color information
#C0456F (or 0xC0456F) is known color: Royal Heath. HEX triplet: C0, 45 and 6F. RGB value is (192,69,111). Sum of RGB (Red+Green+Blue) = 192+69+111=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0456F is #3FBA90. Grayscale: #6E6E6E. Windows color (decimal): -4176529 or 7292352. OLE color: 7292352.
HSL color Cylindrical-coordinate representation of color #C0456F: hue angle of 339.51º 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 #C0456F is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 111 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.25 |
| HSL | 339.51º | 0.49% | 0.51% | - |
| HSV(B) | 339.51º | 0.64% | 0.75% | - |
| XYZ | 26.74 | 16.61 | 16.84 | - |
| YUV | 110.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 111 | 0 | 0.64 | 0.42 | 0.25 | 339.51 | 0.49 | 0.51 |
| Hex | C0 | 45 | 6F | 0 | 40 | 2A | 19 | 154 | 31 | 33 |
| Octal | 300 | 105 | 157 | 0 | 100 | 52 | 31 | 524 | 61 | 63 |
| Binary | 11000000 | 1000101 | 1101111 | 0 | 1000000 | 101010 | 11001 | 101010100 | 110001 | 110011 |
Color Harmonies of #C0456F
Complementary color
Monochromatic Colors of #C0456F
Black with #C0456F
Text Example
Text Example
White with #C0456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0456F; }
p { color: rgb(192,69,111); }
H1.HeaderClassName
{
color: #C0456F;
}
.AnyTagClassName
{
color: #C0456F;
}
</style>
background-color css
<style>
a { background-color: #C0456F; }
a { background-color: rgb(192,69,111); }
div.DivClassName
{
background-color: #C0456F;
}
.BgClassName
{
background-color: #C0456F;
}
</style>
border-color css
<style>
span { border-color: #C0456F; }
span { border-color: rgb(192,69,111); }
td.TdClassName
{
border-color: #C0456F;
}
.TagClassName
{
border-color: #C0456F;
}
</style>