Shades of Royal Heath #C63B73
Tints of Royal Heath #C63B73
RGB
CMYK
RGB Variations
Color information
#C63B73 (or 0xC63B73) is known color: Royal Heath. HEX triplet: C6, 3B and 73. RGB value is (198,59,115). Sum of RGB (Red+Green+Blue) = 198+59+115=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B73 is #39C48C. Grayscale: #6A6A6A. Windows color (decimal): -3785869 or 7551942. OLE color: 7551942.
HSL color Cylindrical-coordinate representation of color #C63B73: hue angle of 335.83º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B73 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 115 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.22 |
| HSL | 335.83º | 0.55% | 0.5% | - |
| HSV(B) | 335.83º | 0.7% | 0.78% | - |
| XYZ | 27.95 | 16.37 | 17.91 | - |
| YUV | 106.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 115 | 0 | 0.70 | 0.42 | 0.22 | 335.83 | 0.55 | 0.5 |
| Hex | C6 | 3B | 73 | 0 | 46 | 2A | 16 | 150 | 37 | 32 |
| Octal | 306 | 73 | 163 | 0 | 106 | 52 | 26 | 520 | 67 | 62 |
| Binary | 11000110 | 111011 | 1110011 | 0 | 1000110 | 101010 | 10110 | 101010000 | 110111 | 110010 |
Color Harmonies of #C63B73
Complementary color
Monochromatic Colors of #C63B73
Black with #C63B73
Text Example
Text Example
White with #C63B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B73; }
p { color: rgb(198,59,115); }
H1.HeaderClassName
{
color: #C63B73;
}
.AnyTagClassName
{
color: #C63B73;
}
</style>
background-color css
<style>
a { background-color: #C63B73; }
a { background-color: rgb(198,59,115); }
div.DivClassName
{
background-color: #C63B73;
}
.BgClassName
{
background-color: #C63B73;
}
</style>
border-color css
<style>
span { border-color: #C63B73; }
span { border-color: rgb(198,59,115); }
td.TdClassName
{
border-color: #C63B73;
}
.TagClassName
{
border-color: #C63B73;
}
</style>