Shades of Royal Heath #C74377
Tints of Royal Heath #C74377
RGB
CMYK
RGB Variations
Color information
#C74377 (or 0xC74377) is known color: Royal Heath. HEX triplet: C7, 43 and 77. RGB value is (199,67,119). Sum of RGB (Red+Green+Blue) = 199+67+119=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C74377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74377 is #38BC88. Grayscale: #707070. Windows color (decimal): -3718281 or 7816135. OLE color: 7816135.
HSL color Cylindrical-coordinate representation of color #C74377: hue angle of 336.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74377 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 119 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.22 |
| HSL | 336.36º | 0.54% | 0.52% | - |
| HSV(B) | 336.36º | 0.66% | 0.78% | - |
| XYZ | 28.89 | 17.49 | 19.31 | - |
| YUV | 112.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 119 | 0 | 0.66 | 0.40 | 0.22 | 336.36 | 0.54 | 0.52 |
| Hex | C7 | 43 | 77 | 0 | 42 | 28 | 16 | 150 | 36 | 34 |
| Octal | 307 | 103 | 167 | 0 | 102 | 50 | 26 | 520 | 66 | 64 |
| Binary | 11000111 | 1000011 | 1110111 | 0 | 1000010 | 101000 | 10110 | 101010000 | 110110 | 110100 |
Color Harmonies of #C74377
Complementary color
Monochromatic Colors of #C74377
Black with #C74377
Text Example
Text Example
White with #C74377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74377; }
p { color: rgb(199,67,119); }
H1.HeaderClassName
{
color: #C74377;
}
.AnyTagClassName
{
color: #C74377;
}
</style>
background-color css
<style>
a { background-color: #C74377; }
a { background-color: rgb(199,67,119); }
div.DivClassName
{
background-color: #C74377;
}
.BgClassName
{
background-color: #C74377;
}
</style>
border-color css
<style>
span { border-color: #C74377; }
span { border-color: rgb(199,67,119); }
td.TdClassName
{
border-color: #C74377;
}
.TagClassName
{
border-color: #C74377;
}
</style>