Shades of Royal Heath #C84A79
Tints of Royal Heath #C84A79
RGB
CMYK
RGB Variations
Color information
#C84A79 (or 0xC84A79) is known color: Royal Heath. HEX triplet: C8, 4A and 79. RGB value is (200,74,121). Sum of RGB (Red+Green+Blue) = 200+74+121=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A79 is #37B586. Grayscale: #747474. Windows color (decimal): -3650951 or 7949000. OLE color: 7949000.
HSL color Cylindrical-coordinate representation of color #C84A79: hue angle of 337.62º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A79 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 121 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.22 |
| HSL | 337.62º | 0.53% | 0.54% | - |
| HSV(B) | 337.62º | 0.63% | 0.78% | - |
| XYZ | 29.72 | 18.56 | 20.1 | - |
| YUV | 117.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 121 | 0 | 0.63 | 0.39 | 0.22 | 337.62 | 0.53 | 0.54 |
| Hex | C8 | 4A | 79 | 0 | 3F | 27 | 16 | 152 | 35 | 36 |
| Octal | 310 | 112 | 171 | 0 | 77 | 47 | 26 | 522 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1111001 | 0 | 111111 | 100111 | 10110 | 101010010 | 110101 | 110110 |
Color Harmonies of #C84A79
Complementary color
Monochromatic Colors of #C84A79
Black with #C84A79
Text Example
Text Example
White with #C84A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A79; }
p { color: rgb(200,74,121); }
H1.HeaderClassName
{
color: #C84A79;
}
.AnyTagClassName
{
color: #C84A79;
}
</style>
background-color css
<style>
a { background-color: #C84A79; }
a { background-color: rgb(200,74,121); }
div.DivClassName
{
background-color: #C84A79;
}
.BgClassName
{
background-color: #C84A79;
}
</style>
border-color css
<style>
span { border-color: #C84A79; }
span { border-color: rgb(200,74,121); }
td.TdClassName
{
border-color: #C84A79;
}
.TagClassName
{
border-color: #C84A79;
}
</style>