Shades of Royal Heath #C83C77
Tints of Royal Heath #C83C77
RGB
CMYK
RGB Variations
Color information
#C83C77 (or 0xC83C77) is known color: Royal Heath. HEX triplet: C8, 3C and 77. RGB value is (200,60,119). Sum of RGB (Red+Green+Blue) = 200+60+119=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C77 is #37C388. Grayscale: #6C6C6C. Windows color (decimal): -3654537 or 7814344. OLE color: 7814344.
HSL color Cylindrical-coordinate representation of color #C83C77: hue angle of 334.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C77 is Cyan = 0, Magento = 0.7, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 119 | - |
| CMYK | 0 | 0.7 | 0.40 | 0.22 |
| HSL | 334.71º | 0.56% | 0.51% | - |
| HSV(B) | 334.71º | 0.7% | 0.78% | - |
| XYZ | 28.77 | 16.84 | 19.19 | - |
| YUV | 108.59 | 133.88 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 119 | 0 | 0.7 | 0.40 | 0.22 | 334.71 | 0.56 | 0.51 |
| Hex | C8 | 3C | 77 | 0 | 46 | 28 | 16 | 14F | 38 | 33 |
| Octal | 310 | 74 | 167 | 0 | 106 | 50 | 26 | 517 | 70 | 63 |
| Binary | 11001000 | 111100 | 1110111 | 0 | 1000110 | 101000 | 10110 | 101001111 | 111000 | 110011 |
Color Harmonies of #C83C77
Complementary color
Monochromatic Colors of #C83C77
Black with #C83C77
Text Example
Text Example
White with #C83C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C77; }
p { color: rgb(200,60,119); }
H1.HeaderClassName
{
color: #C83C77;
}
.AnyTagClassName
{
color: #C83C77;
}
</style>
background-color css
<style>
a { background-color: #C83C77; }
a { background-color: rgb(200,60,119); }
div.DivClassName
{
background-color: #C83C77;
}
.BgClassName
{
background-color: #C83C77;
}
</style>
border-color css
<style>
span { border-color: #C83C77; }
span { border-color: rgb(200,60,119); }
td.TdClassName
{
border-color: #C83C77;
}
.TagClassName
{
border-color: #C83C77;
}
</style>