Shades of Royal Heath #C74575
Tints of Royal Heath #C74575
RGB
CMYK
RGB Variations
Color information
#C74575 (or 0xC74575) is known color: Royal Heath. HEX triplet: C7, 45 and 75. RGB value is (199,69,117). Sum of RGB (Red+Green+Blue) = 199+69+117=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C74575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74575 is #38BA8A. Grayscale: #717171. Windows color (decimal): -3717771 or 7685575. OLE color: 7685575.
HSL color Cylindrical-coordinate representation of color #C74575: hue angle of 337.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74575 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 117 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.22 |
| HSL | 337.85º | 0.54% | 0.53% | - |
| HSV(B) | 337.85º | 0.65% | 0.78% | - |
| XYZ | 28.89 | 17.68 | 18.72 | - |
| YUV | 113.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 117 | 0 | 0.65 | 0.41 | 0.22 | 337.85 | 0.54 | 0.53 |
| Hex | C7 | 45 | 75 | 0 | 41 | 29 | 16 | 152 | 36 | 35 |
| Octal | 307 | 105 | 165 | 0 | 101 | 51 | 26 | 522 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1110101 | 0 | 1000001 | 101001 | 10110 | 101010010 | 110110 | 110101 |
Color Harmonies of #C74575
Complementary color
Monochromatic Colors of #C74575
Black with #C74575
Text Example
Text Example
White with #C74575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74575; }
p { color: rgb(199,69,117); }
H1.HeaderClassName
{
color: #C74575;
}
.AnyTagClassName
{
color: #C74575;
}
</style>
background-color css
<style>
a { background-color: #C74575; }
a { background-color: rgb(199,69,117); }
div.DivClassName
{
background-color: #C74575;
}
.BgClassName
{
background-color: #C74575;
}
</style>
border-color css
<style>
span { border-color: #C74575; }
span { border-color: rgb(199,69,117); }
td.TdClassName
{
border-color: #C74575;
}
.TagClassName
{
border-color: #C74575;
}
</style>