Shades of Royal Heath #C74378
Tints of Royal Heath #C74378
RGB
CMYK
RGB Variations
Color information
#C74378 (or 0xC74378) is known color: Royal Heath. HEX triplet: C7, 43 and 78. RGB value is (199,67,120). Sum of RGB (Red+Green+Blue) = 199+67+120=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C74378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74378 is #38BC87. Grayscale: #707070. Windows color (decimal): -3718280 or 7881671. OLE color: 7881671.
HSL color Cylindrical-coordinate representation of color #C74378: hue angle of 335.91º 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 #C74378 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 120 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.22 |
| HSL | 335.91º | 0.54% | 0.52% | - |
| HSV(B) | 335.91º | 0.66% | 0.78% | - |
| XYZ | 28.95 | 17.51 | 19.62 | - |
| YUV | 112.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 120 | 0 | 0.66 | 0.40 | 0.22 | 335.91 | 0.54 | 0.52 |
| Hex | C7 | 43 | 78 | 0 | 42 | 28 | 16 | 150 | 36 | 34 |
| Octal | 307 | 103 | 170 | 0 | 102 | 50 | 26 | 520 | 66 | 64 |
| Binary | 11000111 | 1000011 | 1111000 | 0 | 1000010 | 101000 | 10110 | 101010000 | 110110 | 110100 |
Color Harmonies of #C74378
Complementary color
Monochromatic Colors of #C74378
Black with #C74378
Text Example
Text Example
White with #C74378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74378; }
p { color: rgb(199,67,120); }
H1.HeaderClassName
{
color: #C74378;
}
.AnyTagClassName
{
color: #C74378;
}
</style>
background-color css
<style>
a { background-color: #C74378; }
a { background-color: rgb(199,67,120); }
div.DivClassName
{
background-color: #C74378;
}
.BgClassName
{
background-color: #C74378;
}
</style>
border-color css
<style>
span { border-color: #C74378; }
span { border-color: rgb(199,67,120); }
td.TdClassName
{
border-color: #C74378;
}
.TagClassName
{
border-color: #C74378;
}
</style>