Shades of Royal Heath #C73C75
Tints of Royal Heath #C73C75
RGB
CMYK
RGB Variations
Color information
#C73C75 (or 0xC73C75) is known color: Royal Heath. HEX triplet: C7, 3C and 75. RGB value is (199,60,117). Sum of RGB (Red+Green+Blue) = 199+60+117=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73C75 is #38C38A. Grayscale: #6B6B6B. Windows color (decimal): -3720075 or 7683271. OLE color: 7683271.
HSL color Cylindrical-coordinate representation of color #C73C75: hue angle of 335.4º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C75 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 117 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.22 |
| HSL | 335.4º | 0.55% | 0.51% | - |
| HSV(B) | 335.4º | 0.7% | 0.78% | - |
| XYZ | 28.38 | 16.66 | 18.55 | - |
| YUV | 108.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 117 | 0 | 0.70 | 0.41 | 0.22 | 335.4 | 0.55 | 0.51 |
| Hex | C7 | 3C | 75 | 0 | 46 | 29 | 16 | 14F | 37 | 33 |
| Octal | 307 | 74 | 165 | 0 | 106 | 51 | 26 | 517 | 67 | 63 |
| Binary | 11000111 | 111100 | 1110101 | 0 | 1000110 | 101001 | 10110 | 101001111 | 110111 | 110011 |
Color Harmonies of #C73C75
Complementary color
Monochromatic Colors of #C73C75
Black with #C73C75
Text Example
Text Example
White with #C73C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C75; }
p { color: rgb(199,60,117); }
H1.HeaderClassName
{
color: #C73C75;
}
.AnyTagClassName
{
color: #C73C75;
}
</style>
background-color css
<style>
a { background-color: #C73C75; }
a { background-color: rgb(199,60,117); }
div.DivClassName
{
background-color: #C73C75;
}
.BgClassName
{
background-color: #C73C75;
}
</style>
border-color css
<style>
span { border-color: #C73C75; }
span { border-color: rgb(199,60,117); }
td.TdClassName
{
border-color: #C73C75;
}
.TagClassName
{
border-color: #C73C75;
}
</style>