Shades of Royal Heath #C7447A
Tints of Royal Heath #C7447A
RGB
CMYK
RGB Variations
Color information
#C7447A (or 0xC7447A) is known color: Royal Heath. HEX triplet: C7, 44 and 7A. RGB value is (199,68,122). Sum of RGB (Red+Green+Blue) = 199+68+122=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7447A is #38BB85. Grayscale: #717171. Windows color (decimal): -3718022 or 8012999. OLE color: 8012999.
HSL color Cylindrical-coordinate representation of color #C7447A: hue angle of 335.27º 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 #C7447A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 122 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.22 |
| HSL | 335.27º | 0.54% | 0.52% | - |
| HSV(B) | 335.27º | 0.66% | 0.78% | - |
| XYZ | 29.13 | 17.68 | 20.29 | - |
| YUV | 113.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 122 | 0 | 0.66 | 0.39 | 0.22 | 335.27 | 0.54 | 0.52 |
| Hex | C7 | 44 | 7A | 0 | 42 | 27 | 16 | 14F | 36 | 34 |
| Octal | 307 | 104 | 172 | 0 | 102 | 47 | 26 | 517 | 66 | 64 |
| Binary | 11000111 | 1000100 | 1111010 | 0 | 1000010 | 100111 | 10110 | 101001111 | 110110 | 110100 |
Color Harmonies of #C7447A
Complementary color
Monochromatic Colors of #C7447A
Black with #C7447A
Text Example
Text Example
White with #C7447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7447A; }
p { color: rgb(199,68,122); }
H1.HeaderClassName
{
color: #C7447A;
}
.AnyTagClassName
{
color: #C7447A;
}
</style>
background-color css
<style>
a { background-color: #C7447A; }
a { background-color: rgb(199,68,122); }
div.DivClassName
{
background-color: #C7447A;
}
.BgClassName
{
background-color: #C7447A;
}
</style>
border-color css
<style>
span { border-color: #C7447A; }
span { border-color: rgb(199,68,122); }
td.TdClassName
{
border-color: #C7447A;
}
.TagClassName
{
border-color: #C7447A;
}
</style>