Shades of Royal Heath #C8477A
Tints of Royal Heath #C8477A
RGB
CMYK
RGB Variations
Color information
#C8477A (or 0xC8477A) is known color: Royal Heath. HEX triplet: C8, 47 and 7A. RGB value is (200,71,122). Sum of RGB (Red+Green+Blue) = 200+71+122=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8477A is #37B885. Grayscale: #737373. Windows color (decimal): -3651718 or 8013768. OLE color: 8013768.
HSL color Cylindrical-coordinate representation of color #C8477A: hue angle of 336.28º degrees, saturation: 0.54, 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 #C8477A is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 122 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.22 |
| HSL | 336.28º | 0.54% | 0.53% | - |
| HSV(B) | 336.28º | 0.65% | 0.78% | - |
| XYZ | 29.59 | 18.19 | 20.36 | - |
| YUV | 115.39 | 131.74 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 122 | 0 | 0.64 | 0.39 | 0.22 | 336.28 | 0.54 | 0.53 |
| Hex | C8 | 47 | 7A | 0 | 40 | 27 | 16 | 150 | 36 | 35 |
| Octal | 310 | 107 | 172 | 0 | 100 | 47 | 26 | 520 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1111010 | 0 | 1000000 | 100111 | 10110 | 101010000 | 110110 | 110101 |
Color Harmonies of #C8477A
Complementary color
Monochromatic Colors of #C8477A
Black with #C8477A
Text Example
Text Example
White with #C8477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8477A; }
p { color: rgb(200,71,122); }
H1.HeaderClassName
{
color: #C8477A;
}
.AnyTagClassName
{
color: #C8477A;
}
</style>
background-color css
<style>
a { background-color: #C8477A; }
a { background-color: rgb(200,71,122); }
div.DivClassName
{
background-color: #C8477A;
}
.BgClassName
{
background-color: #C8477A;
}
</style>
border-color css
<style>
span { border-color: #C8477A; }
span { border-color: rgb(200,71,122); }
td.TdClassName
{
border-color: #C8477A;
}
.TagClassName
{
border-color: #C8477A;
}
</style>