Shades of Royal Heath #C84473
Tints of Royal Heath #C84473
RGB
CMYK
RGB Variations
Color information
#C84473 (or 0xC84473) is known color: Royal Heath. HEX triplet: C8, 44 and 73. RGB value is (200,68,115). Sum of RGB (Red+Green+Blue) = 200+68+115=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84473 is #37BB8C. Grayscale: #707070. Windows color (decimal): -3652493 or 7554248. OLE color: 7554248.
HSL color Cylindrical-coordinate representation of color #C84473: hue angle of 338.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84473 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 115 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.22 |
| HSL | 338.64º | 0.55% | 0.53% | - |
| HSV(B) | 338.64º | 0.66% | 0.78% | - |
| XYZ | 28.98 | 17.65 | 18.1 | - |
| YUV | 112.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 115 | 0 | 0.66 | 0.42 | 0.22 | 338.64 | 0.55 | 0.53 |
| Hex | C8 | 44 | 73 | 0 | 42 | 2A | 16 | 153 | 37 | 35 |
| Octal | 310 | 104 | 163 | 0 | 102 | 52 | 26 | 523 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1110011 | 0 | 1000010 | 101010 | 10110 | 101010011 | 110111 | 110101 |
Color Harmonies of #C84473
Complementary color
Monochromatic Colors of #C84473
Black with #C84473
Text Example
Text Example
White with #C84473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84473; }
p { color: rgb(200,68,115); }
H1.HeaderClassName
{
color: #C84473;
}
.AnyTagClassName
{
color: #C84473;
}
</style>
background-color css
<style>
a { background-color: #C84473; }
a { background-color: rgb(200,68,115); }
div.DivClassName
{
background-color: #C84473;
}
.BgClassName
{
background-color: #C84473;
}
</style>
border-color css
<style>
span { border-color: #C84473; }
span { border-color: rgb(200,68,115); }
td.TdClassName
{
border-color: #C84473;
}
.TagClassName
{
border-color: #C84473;
}
</style>