Shades of Royal Heath #C7396E
Tints of Royal Heath #C7396E
RGB
CMYK
RGB Variations
Color information
#C7396E (or 0xC7396E) is known color: Royal Heath. HEX triplet: C7, 39 and 6E. RGB value is (199,57,110). Sum of RGB (Red+Green+Blue) = 199+57+110=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C7396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7396E is #38C691. Grayscale: #696969. Windows color (decimal): -3720850 or 7223751. OLE color: 7223751.
HSL color Cylindrical-coordinate representation of color #C7396E: hue angle of 337.61º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7396E is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 110 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.22 |
| HSL | 337.61º | 0.56% | 0.5% | - |
| HSV(B) | 337.61º | 0.71% | 0.78% | - |
| XYZ | 27.83 | 16.19 | 16.41 | - |
| YUV | 105.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 110 | 0 | 0.71 | 0.45 | 0.22 | 337.61 | 0.56 | 0.5 |
| Hex | C7 | 39 | 6E | 0 | 47 | 2D | 16 | 152 | 38 | 32 |
| Octal | 307 | 71 | 156 | 0 | 107 | 55 | 26 | 522 | 70 | 62 |
| Binary | 11000111 | 111001 | 1101110 | 0 | 1000111 | 101101 | 10110 | 101010010 | 111000 | 110010 |
Color Harmonies of #C7396E
Complementary color
Monochromatic Colors of #C7396E
Black with #C7396E
Text Example
Text Example
White with #C7396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7396E; }
p { color: rgb(199,57,110); }
H1.HeaderClassName
{
color: #C7396E;
}
.AnyTagClassName
{
color: #C7396E;
}
</style>
background-color css
<style>
a { background-color: #C7396E; }
a { background-color: rgb(199,57,110); }
div.DivClassName
{
background-color: #C7396E;
}
.BgClassName
{
background-color: #C7396E;
}
</style>
border-color css
<style>
span { border-color: #C7396E; }
span { border-color: rgb(199,57,110); }
td.TdClassName
{
border-color: #C7396E;
}
.TagClassName
{
border-color: #C7396E;
}
</style>