Shades of Royal Heath #C84073
Tints of Royal Heath #C84073
RGB
CMYK
RGB Variations
Color information
#C84073 (or 0xC84073) is known color: Royal Heath. HEX triplet: C8, 40 and 73. RGB value is (200,64,115). Sum of RGB (Red+Green+Blue) = 200+64+115=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C84073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84073 is #37BF8C. Grayscale: #6E6E6E. Windows color (decimal): -3653517 or 7553224. OLE color: 7553224.
HSL color Cylindrical-coordinate representation of color #C84073: hue angle of 337.5º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84073 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 115 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.22 |
| HSL | 337.5º | 0.55% | 0.52% | - |
| HSV(B) | 337.5º | 0.68% | 0.78% | - |
| XYZ | 28.75 | 17.18 | 18.02 | - |
| YUV | 110.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 115 | 0 | 0.68 | 0.42 | 0.22 | 337.5 | 0.55 | 0.52 |
| Hex | C8 | 40 | 73 | 0 | 44 | 2A | 16 | 152 | 37 | 34 |
| Octal | 310 | 100 | 163 | 0 | 104 | 52 | 26 | 522 | 67 | 64 |
| Binary | 11001000 | 1000000 | 1110011 | 0 | 1000100 | 101010 | 10110 | 101010010 | 110111 | 110100 |
Color Harmonies of #C84073
Complementary color
Monochromatic Colors of #C84073
Black with #C84073
Text Example
Text Example
White with #C84073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84073; }
p { color: rgb(200,64,115); }
H1.HeaderClassName
{
color: #C84073;
}
.AnyTagClassName
{
color: #C84073;
}
</style>
background-color css
<style>
a { background-color: #C84073; }
a { background-color: rgb(200,64,115); }
div.DivClassName
{
background-color: #C84073;
}
.BgClassName
{
background-color: #C84073;
}
</style>
border-color css
<style>
span { border-color: #C84073; }
span { border-color: rgb(200,64,115); }
td.TdClassName
{
border-color: #C84073;
}
.TagClassName
{
border-color: #C84073;
}
</style>