Shades of Royal Heath #C83E76
Tints of Royal Heath #C83E76
RGB
CMYK
RGB Variations
Color information
#C83E76 (or 0xC83E76) is known color: Royal Heath. HEX triplet: C8, 3E and 76. RGB value is (200,62,118). Sum of RGB (Red+Green+Blue) = 200+62+118=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E76 is #37C189. Grayscale: #6D6D6D. Windows color (decimal): -3654026 or 7749320. OLE color: 7749320.
HSL color Cylindrical-coordinate representation of color #C83E76: hue angle of 335.65º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83E76 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 118 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.22 |
| HSL | 335.65º | 0.56% | 0.51% | - |
| HSV(B) | 335.65º | 0.69% | 0.78% | - |
| XYZ | 28.81 | 17.03 | 18.91 | - |
| YUV | 109.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 118 | 0 | 0.69 | 0.41 | 0.22 | 335.65 | 0.56 | 0.51 |
| Hex | C8 | 3E | 76 | 0 | 45 | 29 | 16 | 150 | 38 | 33 |
| Octal | 310 | 76 | 166 | 0 | 105 | 51 | 26 | 520 | 70 | 63 |
| Binary | 11001000 | 111110 | 1110110 | 0 | 1000101 | 101001 | 10110 | 101010000 | 111000 | 110011 |
Color Harmonies of #C83E76
Complementary color
Monochromatic Colors of #C83E76
Black with #C83E76
Text Example
Text Example
White with #C83E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E76; }
p { color: rgb(200,62,118); }
H1.HeaderClassName
{
color: #C83E76;
}
.AnyTagClassName
{
color: #C83E76;
}
</style>
background-color css
<style>
a { background-color: #C83E76; }
a { background-color: rgb(200,62,118); }
div.DivClassName
{
background-color: #C83E76;
}
.BgClassName
{
background-color: #C83E76;
}
</style>
border-color css
<style>
span { border-color: #C83E76; }
span { border-color: rgb(200,62,118); }
td.TdClassName
{
border-color: #C83E76;
}
.TagClassName
{
border-color: #C83E76;
}
</style>