Shades of Royal Heath #C63C77
Tints of Royal Heath #C63C77
RGB
CMYK
RGB Variations
Color information
#C63C77 (or 0xC63C77) is known color: Royal Heath. HEX triplet: C6, 3C and 77. RGB value is (198,60,119). Sum of RGB (Red+Green+Blue) = 198+60+119=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C77 is #39C388. Grayscale: #6B6B6B. Windows color (decimal): -3785609 or 7814342. OLE color: 7814342.
HSL color Cylindrical-coordinate representation of color #C63C77: hue angle of 334.35º degrees, saturation: 0.55, 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 #C63C77 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 119 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.22 |
| HSL | 334.35º | 0.55% | 0.51% | - |
| HSV(B) | 334.35º | 0.7% | 0.78% | - |
| XYZ | 28.23 | 16.57 | 19.16 | - |
| YUV | 107.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 119 | 0 | 0.70 | 0.40 | 0.22 | 334.35 | 0.55 | 0.51 |
| Hex | C6 | 3C | 77 | 0 | 46 | 28 | 16 | 14E | 37 | 33 |
| Octal | 306 | 74 | 167 | 0 | 106 | 50 | 26 | 516 | 67 | 63 |
| Binary | 11000110 | 111100 | 1110111 | 0 | 1000110 | 101000 | 10110 | 101001110 | 110111 | 110011 |
Color Harmonies of #C63C77
Complementary color
Monochromatic Colors of #C63C77
Black with #C63C77
Text Example
Text Example
White with #C63C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C77; }
p { color: rgb(198,60,119); }
H1.HeaderClassName
{
color: #C63C77;
}
.AnyTagClassName
{
color: #C63C77;
}
</style>
background-color css
<style>
a { background-color: #C63C77; }
a { background-color: rgb(198,60,119); }
div.DivClassName
{
background-color: #C63C77;
}
.BgClassName
{
background-color: #C63C77;
}
</style>
border-color css
<style>
span { border-color: #C63C77; }
span { border-color: rgb(198,60,119); }
td.TdClassName
{
border-color: #C63C77;
}
.TagClassName
{
border-color: #C63C77;
}
</style>