Shades of Royal Heath #C03D73
Tints of Royal Heath #C03D73
RGB
CMYK
RGB Variations
Color information
#C03D73 (or 0xC03D73) is known color: Royal Heath. HEX triplet: C0, 3D and 73. RGB value is (192,61,115). Sum of RGB (Red+Green+Blue) = 192+61+115=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D73 is #3FC28C. Grayscale: #6A6A6A. Windows color (decimal): -4178573 or 7552448. OLE color: 7552448.
HSL color Cylindrical-coordinate representation of color #C03D73: hue angle of 335.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D73 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 115 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.25 |
| HSL | 335.27º | 0.52% | 0.5% | - |
| HSV(B) | 335.27º | 0.68% | 0.75% | - |
| XYZ | 26.5 | 15.78 | 17.87 | - |
| YUV | 106.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 115 | 0 | 0.68 | 0.40 | 0.25 | 335.27 | 0.52 | 0.5 |
| Hex | C0 | 3D | 73 | 0 | 44 | 28 | 19 | 14F | 34 | 32 |
| Octal | 300 | 75 | 163 | 0 | 104 | 50 | 31 | 517 | 64 | 62 |
| Binary | 11000000 | 111101 | 1110011 | 0 | 1000100 | 101000 | 11001 | 101001111 | 110100 | 110010 |
Color Harmonies of #C03D73
Complementary color
Monochromatic Colors of #C03D73
Black with #C03D73
Text Example
Text Example
White with #C03D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D73; }
p { color: rgb(192,61,115); }
H1.HeaderClassName
{
color: #C03D73;
}
.AnyTagClassName
{
color: #C03D73;
}
</style>
background-color css
<style>
a { background-color: #C03D73; }
a { background-color: rgb(192,61,115); }
div.DivClassName
{
background-color: #C03D73;
}
.BgClassName
{
background-color: #C03D73;
}
</style>
border-color css
<style>
span { border-color: #C03D73; }
span { border-color: rgb(192,61,115); }
td.TdClassName
{
border-color: #C03D73;
}
.TagClassName
{
border-color: #C03D73;
}
</style>