Shades of Royal Heath #C63B6E
Tints of Royal Heath #C63B6E
RGB
CMYK
RGB Variations
Color information
#C63B6E (or 0xC63B6E) is known color: Royal Heath. HEX triplet: C6, 3B and 6E. RGB value is (198,59,110). Sum of RGB (Red+Green+Blue) = 198+59+110=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B6E is #39C491. Grayscale: #6A6A6A. Windows color (decimal): -3785874 or 7224262. OLE color: 7224262.
HSL color Cylindrical-coordinate representation of color #C63B6E: hue angle of 337.99º 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 #C63B6E is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 110 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.22 |
| HSL | 337.99º | 0.55% | 0.5% | - |
| HSV(B) | 337.99º | 0.7% | 0.78% | - |
| XYZ | 27.67 | 16.26 | 16.43 | - |
| YUV | 106.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 110 | 0 | 0.70 | 0.44 | 0.22 | 337.99 | 0.55 | 0.5 |
| Hex | C6 | 3B | 6E | 0 | 46 | 2C | 16 | 152 | 37 | 32 |
| Octal | 306 | 73 | 156 | 0 | 106 | 54 | 26 | 522 | 67 | 62 |
| Binary | 11000110 | 111011 | 1101110 | 0 | 1000110 | 101100 | 10110 | 101010010 | 110111 | 110010 |
Color Harmonies of #C63B6E
Complementary color
Monochromatic Colors of #C63B6E
Black with #C63B6E
Text Example
Text Example
White with #C63B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B6E; }
p { color: rgb(198,59,110); }
H1.HeaderClassName
{
color: #C63B6E;
}
.AnyTagClassName
{
color: #C63B6E;
}
</style>
background-color css
<style>
a { background-color: #C63B6E; }
a { background-color: rgb(198,59,110); }
div.DivClassName
{
background-color: #C63B6E;
}
.BgClassName
{
background-color: #C63B6E;
}
</style>
border-color css
<style>
span { border-color: #C63B6E; }
span { border-color: rgb(198,59,110); }
td.TdClassName
{
border-color: #C63B6E;
}
.TagClassName
{
border-color: #C63B6E;
}
</style>