Shades of Royal Heath #C84373
Tints of Royal Heath #C84373
RGB
CMYK
RGB Variations
Color information
#C84373 (or 0xC84373) is known color: Royal Heath. HEX triplet: C8, 43 and 73. RGB value is (200,67,115). Sum of RGB (Red+Green+Blue) = 200+67+115=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C84373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84373 is #37BC8C. Grayscale: #707070. Windows color (decimal): -3652749 or 7553992. OLE color: 7553992.
HSL color Cylindrical-coordinate representation of color #C84373: hue angle of 338.35º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84373 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 115 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.22 |
| HSL | 338.35º | 0.55% | 0.52% | - |
| HSV(B) | 338.35º | 0.67% | 0.78% | - |
| XYZ | 28.92 | 17.53 | 18.08 | - |
| YUV | 112.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 115 | 0 | 0.66 | 0.42 | 0.22 | 338.35 | 0.55 | 0.52 |
| Hex | C8 | 43 | 73 | 0 | 42 | 2A | 16 | 152 | 37 | 34 |
| Octal | 310 | 103 | 163 | 0 | 102 | 52 | 26 | 522 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1110011 | 0 | 1000010 | 101010 | 10110 | 101010010 | 110111 | 110100 |
Color Harmonies of #C84373
Complementary color
Monochromatic Colors of #C84373
Black with #C84373
Text Example
Text Example
White with #C84373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84373; }
p { color: rgb(200,67,115); }
H1.HeaderClassName
{
color: #C84373;
}
.AnyTagClassName
{
color: #C84373;
}
</style>
background-color css
<style>
a { background-color: #C84373; }
a { background-color: rgb(200,67,115); }
div.DivClassName
{
background-color: #C84373;
}
.BgClassName
{
background-color: #C84373;
}
</style>
border-color css
<style>
span { border-color: #C84373; }
span { border-color: rgb(200,67,115); }
td.TdClassName
{
border-color: #C84373;
}
.TagClassName
{
border-color: #C84373;
}
</style>