Shades of Royal Heath #C7477A
Tints of Royal Heath #C7477A
RGB
CMYK
RGB Variations
Color information
#C7477A (or 0xC7477A) is known color: Royal Heath. HEX triplet: C7, 47 and 7A. RGB value is (199,71,122). Sum of RGB (Red+Green+Blue) = 199+71+122=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7477A is #38B885. Grayscale: #737373. Windows color (decimal): -3717254 or 8013767. OLE color: 8013767.
HSL color Cylindrical-coordinate representation of color #C7477A: hue angle of 336.09º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7477A is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 122 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.22 |
| HSL | 336.09º | 0.53% | 0.53% | - |
| HSV(B) | 336.09º | 0.64% | 0.78% | - |
| XYZ | 29.32 | 18.05 | 20.35 | - |
| YUV | 115.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 122 | 0 | 0.64 | 0.39 | 0.22 | 336.09 | 0.53 | 0.53 |
| Hex | C7 | 47 | 7A | 0 | 40 | 27 | 16 | 150 | 35 | 35 |
| Octal | 307 | 107 | 172 | 0 | 100 | 47 | 26 | 520 | 65 | 65 |
| Binary | 11000111 | 1000111 | 1111010 | 0 | 1000000 | 100111 | 10110 | 101010000 | 110101 | 110101 |
Color Harmonies of #C7477A
Complementary color
Monochromatic Colors of #C7477A
Black with #C7477A
Text Example
Text Example
White with #C7477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7477A; }
p { color: rgb(199,71,122); }
H1.HeaderClassName
{
color: #C7477A;
}
.AnyTagClassName
{
color: #C7477A;
}
</style>
background-color css
<style>
a { background-color: #C7477A; }
a { background-color: rgb(199,71,122); }
div.DivClassName
{
background-color: #C7477A;
}
.BgClassName
{
background-color: #C7477A;
}
</style>
border-color css
<style>
span { border-color: #C7477A; }
span { border-color: rgb(199,71,122); }
td.TdClassName
{
border-color: #C7477A;
}
.TagClassName
{
border-color: #C7477A;
}
</style>