Shades of Royal Heath #C63A6C
Tints of Royal Heath #C63A6C
RGB
CMYK
RGB Variations
Color information
#C63A6C (or 0xC63A6C) is known color: Royal Heath. HEX triplet: C6, 3A and 6C. RGB value is (198,58,108). Sum of RGB (Red+Green+Blue) = 198+58+108=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A6C is #39C593. Grayscale: #696969. Windows color (decimal): -3786132 or 7092934. OLE color: 7092934.
HSL color Cylindrical-coordinate representation of color #C63A6C: hue angle of 338.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A6C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 108 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.22 |
| HSL | 338.57º | 0.55% | 0.5% | - |
| HSV(B) | 338.57º | 0.71% | 0.78% | - |
| XYZ | 27.51 | 16.11 | 15.85 | - |
| YUV | 105.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 108 | 0 | 0.71 | 0.45 | 0.22 | 338.57 | 0.55 | 0.5 |
| Hex | C6 | 3A | 6C | 0 | 47 | 2D | 16 | 153 | 37 | 32 |
| Octal | 306 | 72 | 154 | 0 | 107 | 55 | 26 | 523 | 67 | 62 |
| Binary | 11000110 | 111010 | 1101100 | 0 | 1000111 | 101101 | 10110 | 101010011 | 110111 | 110010 |
Color Harmonies of #C63A6C
Complementary color
Monochromatic Colors of #C63A6C
Black with #C63A6C
Text Example
Text Example
White with #C63A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A6C; }
p { color: rgb(198,58,108); }
H1.HeaderClassName
{
color: #C63A6C;
}
.AnyTagClassName
{
color: #C63A6C;
}
</style>
background-color css
<style>
a { background-color: #C63A6C; }
a { background-color: rgb(198,58,108); }
div.DivClassName
{
background-color: #C63A6C;
}
.BgClassName
{
background-color: #C63A6C;
}
</style>
border-color css
<style>
span { border-color: #C63A6C; }
span { border-color: rgb(198,58,108); }
td.TdClassName
{
border-color: #C63A6C;
}
.TagClassName
{
border-color: #C63A6C;
}
</style>