Shades of Royal Heath #C63F70
Tints of Royal Heath #C63F70
RGB
CMYK
RGB Variations
Color information
#C63F70 (or 0xC63F70) is known color: Royal Heath. HEX triplet: C6, 3F and 70. RGB value is (198,63,112). Sum of RGB (Red+Green+Blue) = 198+63+112=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F70 is #39C08F. Grayscale: #6C6C6C. Windows color (decimal): -3784848 or 7356358. OLE color: 7356358.
HSL color Cylindrical-coordinate representation of color #C63F70: hue angle of 338.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F70 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 112 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.22 |
| HSL | 338.22º | 0.54% | 0.51% | - |
| HSV(B) | 338.22º | 0.68% | 0.78% | - |
| XYZ | 27.99 | 16.73 | 17.08 | - |
| YUV | 108.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 112 | 0 | 0.68 | 0.43 | 0.22 | 338.22 | 0.54 | 0.51 |
| Hex | C6 | 3F | 70 | 0 | 44 | 2B | 16 | 152 | 36 | 33 |
| Octal | 306 | 77 | 160 | 0 | 104 | 53 | 26 | 522 | 66 | 63 |
| Binary | 11000110 | 111111 | 1110000 | 0 | 1000100 | 101011 | 10110 | 101010010 | 110110 | 110011 |
Color Harmonies of #C63F70
Complementary color
Monochromatic Colors of #C63F70
Black with #C63F70
Text Example
Text Example
White with #C63F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F70; }
p { color: rgb(198,63,112); }
H1.HeaderClassName
{
color: #C63F70;
}
.AnyTagClassName
{
color: #C63F70;
}
</style>
background-color css
<style>
a { background-color: #C63F70; }
a { background-color: rgb(198,63,112); }
div.DivClassName
{
background-color: #C63F70;
}
.BgClassName
{
background-color: #C63F70;
}
</style>
border-color css
<style>
span { border-color: #C63F70; }
span { border-color: rgb(198,63,112); }
td.TdClassName
{
border-color: #C63F70;
}
.TagClassName
{
border-color: #C63F70;
}
</style>