Shades of Royal Heath #C83972
Tints of Royal Heath #C83972
RGB
CMYK
RGB Variations
Color information
#C83972 (or 0xC83972) is known color: Royal Heath. HEX triplet: C8, 39 and 72. RGB value is (200,57,114). Sum of RGB (Red+Green+Blue) = 200+57+114=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C83972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83972 is #37C68D. Grayscale: #6A6A6A. Windows color (decimal): -3655310 or 7485896. OLE color: 7485896.
HSL color Cylindrical-coordinate representation of color #C83972: hue angle of 336.08º 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 #C83972 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 114 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.22 |
| HSL | 336.08º | 0.57% | 0.5% | - |
| HSV(B) | 336.08º | 0.72% | 0.78% | - |
| XYZ | 28.32 | 16.42 | 17.6 | - |
| YUV | 106.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 114 | 0 | 0.72 | 0.43 | 0.22 | 336.08 | 0.57 | 0.5 |
| Hex | C8 | 39 | 72 | 0 | 48 | 2B | 16 | 150 | 39 | 32 |
| Octal | 310 | 71 | 162 | 0 | 110 | 53 | 26 | 520 | 71 | 62 |
| Binary | 11001000 | 111001 | 1110010 | 0 | 1001000 | 101011 | 10110 | 101010000 | 111001 | 110010 |
Color Harmonies of #C83972
Complementary color
Monochromatic Colors of #C83972
Black with #C83972
Text Example
Text Example
White with #C83972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83972; }
p { color: rgb(200,57,114); }
H1.HeaderClassName
{
color: #C83972;
}
.AnyTagClassName
{
color: #C83972;
}
</style>
background-color css
<style>
a { background-color: #C83972; }
a { background-color: rgb(200,57,114); }
div.DivClassName
{
background-color: #C83972;
}
.BgClassName
{
background-color: #C83972;
}
</style>
border-color css
<style>
span { border-color: #C83972; }
span { border-color: rgb(200,57,114); }
td.TdClassName
{
border-color: #C83972;
}
.TagClassName
{
border-color: #C83972;
}
</style>