Shades of Royal Heath #C74073
Tints of Royal Heath #C74073
RGB
CMYK
RGB Variations
Color information
#C74073 (or 0xC74073) is known color: Royal Heath. HEX triplet: C7, 40 and 73. RGB value is (199,64,115). Sum of RGB (Red+Green+Blue) = 199+64+115=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C74073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74073 is #38BF8C. Grayscale: #6E6E6E. Windows color (decimal): -3719053 or 7553223. OLE color: 7553223.
HSL color Cylindrical-coordinate representation of color #C74073: hue angle of 337.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74073 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 115 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.22 |
| HSL | 337.33º | 0.55% | 0.52% | - |
| HSV(B) | 337.33º | 0.68% | 0.78% | - |
| XYZ | 28.48 | 17.05 | 18.01 | - |
| YUV | 110.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 115 | 0 | 0.68 | 0.42 | 0.22 | 337.33 | 0.55 | 0.52 |
| Hex | C7 | 40 | 73 | 0 | 44 | 2A | 16 | 151 | 37 | 34 |
| Octal | 307 | 100 | 163 | 0 | 104 | 52 | 26 | 521 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1110011 | 0 | 1000100 | 101010 | 10110 | 101010001 | 110111 | 110100 |
Color Harmonies of #C74073
Complementary color
Monochromatic Colors of #C74073
Black with #C74073
Text Example
Text Example
White with #C74073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74073; }
p { color: rgb(199,64,115); }
H1.HeaderClassName
{
color: #C74073;
}
.AnyTagClassName
{
color: #C74073;
}
</style>
background-color css
<style>
a { background-color: #C74073; }
a { background-color: rgb(199,64,115); }
div.DivClassName
{
background-color: #C74073;
}
.BgClassName
{
background-color: #C74073;
}
</style>
border-color css
<style>
span { border-color: #C74073; }
span { border-color: rgb(199,64,115); }
td.TdClassName
{
border-color: #C74073;
}
.TagClassName
{
border-color: #C74073;
}
</style>