Shades of Royal Heath #C03A73
Tints of Royal Heath #C03A73
RGB
CMYK
RGB Variations
Color information
#C03A73 (or 0xC03A73) is known color: Royal Heath. HEX triplet: C0, 3A and 73. RGB value is (192,58,115). Sum of RGB (Red+Green+Blue) = 192+58+115=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A73 is #3FC58C. Grayscale: #686868. Windows color (decimal): -4179341 or 7551680. OLE color: 7551680.
HSL color Cylindrical-coordinate representation of color #C03A73: hue angle of 334.48º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A73 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 115 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.25 |
| HSL | 334.48º | 0.54% | 0.49% | - |
| HSV(B) | 334.48º | 0.7% | 0.75% | - |
| XYZ | 26.35 | 15.47 | 17.82 | - |
| YUV | 104.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 115 | 0 | 0.70 | 0.40 | 0.25 | 334.48 | 0.54 | 0.49 |
| Hex | C0 | 3A | 73 | 0 | 46 | 28 | 19 | 14E | 36 | 31 |
| Octal | 300 | 72 | 163 | 0 | 106 | 50 | 31 | 516 | 66 | 61 |
| Binary | 11000000 | 111010 | 1110011 | 0 | 1000110 | 101000 | 11001 | 101001110 | 110110 | 110001 |
Color Harmonies of #C03A73
Complementary color
Monochromatic Colors of #C03A73
Black with #C03A73
Text Example
Text Example
White with #C03A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A73; }
p { color: rgb(192,58,115); }
H1.HeaderClassName
{
color: #C03A73;
}
.AnyTagClassName
{
color: #C03A73;
}
</style>
background-color css
<style>
a { background-color: #C03A73; }
a { background-color: rgb(192,58,115); }
div.DivClassName
{
background-color: #C03A73;
}
.BgClassName
{
background-color: #C03A73;
}
</style>
border-color css
<style>
span { border-color: #C03A73; }
span { border-color: rgb(192,58,115); }
td.TdClassName
{
border-color: #C03A73;
}
.TagClassName
{
border-color: #C03A73;
}
</style>