Shades of Royal Heath #C73D76
Tints of Royal Heath #C73D76
RGB
CMYK
RGB Variations
Color information
#C73D76 (or 0xC73D76) is known color: Royal Heath. HEX triplet: C7, 3D and 76. RGB value is (199,61,118). Sum of RGB (Red+Green+Blue) = 199+61+118=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D76 is #38C289. Grayscale: #6C6C6C. Windows color (decimal): -3719818 or 7749063. OLE color: 7749063.
HSL color Cylindrical-coordinate representation of color #C73D76: hue angle of 335.22º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D76 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 118 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.22 |
| HSL | 335.22º | 0.55% | 0.51% | - |
| HSV(B) | 335.22º | 0.69% | 0.78% | - |
| XYZ | 28.49 | 16.79 | 18.88 | - |
| YUV | 108.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 118 | 0 | 0.69 | 0.41 | 0.22 | 335.22 | 0.55 | 0.51 |
| Hex | C7 | 3D | 76 | 0 | 45 | 29 | 16 | 14F | 37 | 33 |
| Octal | 307 | 75 | 166 | 0 | 105 | 51 | 26 | 517 | 67 | 63 |
| Binary | 11000111 | 111101 | 1110110 | 0 | 1000101 | 101001 | 10110 | 101001111 | 110111 | 110011 |
Color Harmonies of #C73D76
Complementary color
Monochromatic Colors of #C73D76
Black with #C73D76
Text Example
Text Example
White with #C73D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D76; }
p { color: rgb(199,61,118); }
H1.HeaderClassName
{
color: #C73D76;
}
.AnyTagClassName
{
color: #C73D76;
}
</style>
background-color css
<style>
a { background-color: #C73D76; }
a { background-color: rgb(199,61,118); }
div.DivClassName
{
background-color: #C73D76;
}
.BgClassName
{
background-color: #C73D76;
}
</style>
border-color css
<style>
span { border-color: #C73D76; }
span { border-color: rgb(199,61,118); }
td.TdClassName
{
border-color: #C73D76;
}
.TagClassName
{
border-color: #C73D76;
}
</style>