Shades of Royal Heath #C84C7A
Tints of Royal Heath #C84C7A
RGB
CMYK
RGB Variations
Color information
#C84C7A (or 0xC84C7A) is known color: Royal Heath. HEX triplet: C8, 4C and 7A. RGB value is (200,76,122). Sum of RGB (Red+Green+Blue) = 200+76+122=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84C7A is #37B385. Grayscale: #767676. Windows color (decimal): -3650438 or 8015048. OLE color: 8015048.
HSL color Cylindrical-coordinate representation of color #C84C7A: hue angle of 337.74º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84C7A is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 122 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.22 |
| HSL | 337.74º | 0.53% | 0.54% | - |
| HSV(B) | 337.74º | 0.62% | 0.78% | - |
| XYZ | 29.92 | 18.85 | 20.47 | - |
| YUV | 118.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 122 | 0 | 0.62 | 0.39 | 0.22 | 337.74 | 0.53 | 0.54 |
| Hex | C8 | 4C | 7A | 0 | 3E | 27 | 16 | 152 | 35 | 36 |
| Octal | 310 | 114 | 172 | 0 | 76 | 47 | 26 | 522 | 65 | 66 |
| Binary | 11001000 | 1001100 | 1111010 | 0 | 111110 | 100111 | 10110 | 101010010 | 110101 | 110110 |
Color Harmonies of #C84C7A
Complementary color
Monochromatic Colors of #C84C7A
Black with #C84C7A
Text Example
Text Example
White with #C84C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C7A; }
p { color: rgb(200,76,122); }
H1.HeaderClassName
{
color: #C84C7A;
}
.AnyTagClassName
{
color: #C84C7A;
}
</style>
background-color css
<style>
a { background-color: #C84C7A; }
a { background-color: rgb(200,76,122); }
div.DivClassName
{
background-color: #C84C7A;
}
.BgClassName
{
background-color: #C84C7A;
}
</style>
border-color css
<style>
span { border-color: #C84C7A; }
span { border-color: rgb(200,76,122); }
td.TdClassName
{
border-color: #C84C7A;
}
.TagClassName
{
border-color: #C84C7A;
}
</style>