Shades of Royal Heath #C83873
Tints of Royal Heath #C83873
RGB
CMYK
RGB Variations
Color information
#C83873 (or 0xC83873) is known color: Royal Heath. HEX triplet: C8, 38 and 73. RGB value is (200,56,115). Sum of RGB (Red+Green+Blue) = 200+56+115=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C83873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83873 is #37C78C. Grayscale: #696969. Windows color (decimal): -3655565 or 7551176. OLE color: 7551176.
HSL color Cylindrical-coordinate representation of color #C83873: hue angle of 335.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83873 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 115 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.22 |
| HSL | 335.42º | 0.57% | 0.5% | - |
| HSV(B) | 335.42º | 0.72% | 0.78% | - |
| XYZ | 28.33 | 16.35 | 17.88 | - |
| YUV | 105.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 115 | 0 | 0.72 | 0.42 | 0.22 | 335.42 | 0.57 | 0.5 |
| Hex | C8 | 38 | 73 | 0 | 48 | 2A | 16 | 14F | 39 | 32 |
| Octal | 310 | 70 | 163 | 0 | 110 | 52 | 26 | 517 | 71 | 62 |
| Binary | 11001000 | 111000 | 1110011 | 0 | 1001000 | 101010 | 10110 | 101001111 | 111001 | 110010 |
Color Harmonies of #C83873
Complementary color
Monochromatic Colors of #C83873
Black with #C83873
Text Example
Text Example
White with #C83873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83873; }
p { color: rgb(200,56,115); }
H1.HeaderClassName
{
color: #C83873;
}
.AnyTagClassName
{
color: #C83873;
}
</style>
background-color css
<style>
a { background-color: #C83873; }
a { background-color: rgb(200,56,115); }
div.DivClassName
{
background-color: #C83873;
}
.BgClassName
{
background-color: #C83873;
}
</style>
border-color css
<style>
span { border-color: #C83873; }
span { border-color: rgb(200,56,115); }
td.TdClassName
{
border-color: #C83873;
}
.TagClassName
{
border-color: #C83873;
}
</style>