Shades of Royal Heath #C7487A
Tints of Royal Heath #C7487A
RGB
CMYK
RGB Variations
Color information
#C7487A (or 0xC7487A) is known color: Royal Heath. HEX triplet: C7, 48 and 7A. RGB value is (199,72,122). Sum of RGB (Red+Green+Blue) = 199+72+122=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7487A is #38B785. Grayscale: #737373. Windows color (decimal): -3716998 or 8014023. OLE color: 8014023.
HSL color Cylindrical-coordinate representation of color #C7487A: hue angle of 336.38º 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 #C7487A is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 122 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.22 |
| HSL | 336.38º | 0.53% | 0.53% | - |
| HSV(B) | 336.38º | 0.64% | 0.78% | - |
| XYZ | 29.38 | 18.18 | 20.37 | - |
| YUV | 115.67 | 131.58 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 122 | 0 | 0.64 | 0.39 | 0.22 | 336.38 | 0.53 | 0.53 |
| Hex | C7 | 48 | 7A | 0 | 40 | 27 | 16 | 150 | 35 | 35 |
| Octal | 307 | 110 | 172 | 0 | 100 | 47 | 26 | 520 | 65 | 65 |
| Binary | 11000111 | 1001000 | 1111010 | 0 | 1000000 | 100111 | 10110 | 101010000 | 110101 | 110101 |
Color Harmonies of #C7487A
Complementary color
Monochromatic Colors of #C7487A
Black with #C7487A
Text Example
Text Example
White with #C7487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7487A; }
p { color: rgb(199,72,122); }
H1.HeaderClassName
{
color: #C7487A;
}
.AnyTagClassName
{
color: #C7487A;
}
</style>
background-color css
<style>
a { background-color: #C7487A; }
a { background-color: rgb(199,72,122); }
div.DivClassName
{
background-color: #C7487A;
}
.BgClassName
{
background-color: #C7487A;
}
</style>
border-color css
<style>
span { border-color: #C7487A; }
span { border-color: rgb(199,72,122); }
td.TdClassName
{
border-color: #C7487A;
}
.TagClassName
{
border-color: #C7487A;
}
</style>