Shades of Royal Heath #C74275
Tints of Royal Heath #C74275
RGB
CMYK
RGB Variations
Color information
#C74275 (or 0xC74275) is known color: Royal Heath. HEX triplet: C7, 42 and 75. RGB value is (199,66,117). Sum of RGB (Red+Green+Blue) = 199+66+117=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C74275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74275 is #38BD8A. Grayscale: #6F6F6F. Windows color (decimal): -3718539 or 7684807. OLE color: 7684807.
HSL color Cylindrical-coordinate representation of color #C74275: hue angle of 336.99º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74275 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 117 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.22 |
| HSL | 336.99º | 0.54% | 0.52% | - |
| HSV(B) | 336.99º | 0.67% | 0.78% | - |
| XYZ | 28.71 | 17.32 | 18.66 | - |
| YUV | 111.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 117 | 0 | 0.67 | 0.41 | 0.22 | 336.99 | 0.54 | 0.52 |
| Hex | C7 | 42 | 75 | 0 | 43 | 29 | 16 | 151 | 36 | 34 |
| Octal | 307 | 102 | 165 | 0 | 103 | 51 | 26 | 521 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1110101 | 0 | 1000011 | 101001 | 10110 | 101010001 | 110110 | 110100 |
Color Harmonies of #C74275
Complementary color
Monochromatic Colors of #C74275
Black with #C74275
Text Example
Text Example
White with #C74275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74275; }
p { color: rgb(199,66,117); }
H1.HeaderClassName
{
color: #C74275;
}
.AnyTagClassName
{
color: #C74275;
}
</style>
background-color css
<style>
a { background-color: #C74275; }
a { background-color: rgb(199,66,117); }
div.DivClassName
{
background-color: #C74275;
}
.BgClassName
{
background-color: #C74275;
}
</style>
border-color css
<style>
span { border-color: #C74275; }
span { border-color: rgb(199,66,117); }
td.TdClassName
{
border-color: #C74275;
}
.TagClassName
{
border-color: #C74275;
}
</style>