Shades of Royal Heath #C63B6C
Tints of Royal Heath #C63B6C
RGB
CMYK
RGB Variations
Color information
#C63B6C (or 0xC63B6C) is known color: Royal Heath. HEX triplet: C6, 3B and 6C. RGB value is (198,59,108). Sum of RGB (Red+Green+Blue) = 198+59+108=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B6C is #39C493. Grayscale: #6A6A6A. Windows color (decimal): -3785876 or 7093190. OLE color: 7093190.
HSL color Cylindrical-coordinate representation of color #C63B6C: hue angle of 338.85º 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 #C63B6C is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 108 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.22 |
| HSL | 338.85º | 0.55% | 0.5% | - |
| HSV(B) | 338.85º | 0.7% | 0.78% | - |
| XYZ | 27.56 | 16.22 | 15.86 | - |
| YUV | 106.15 | 129.05 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 108 | 0 | 0.70 | 0.45 | 0.22 | 338.85 | 0.55 | 0.5 |
| Hex | C6 | 3B | 6C | 0 | 46 | 2D | 16 | 153 | 37 | 32 |
| Octal | 306 | 73 | 154 | 0 | 106 | 55 | 26 | 523 | 67 | 62 |
| Binary | 11000110 | 111011 | 1101100 | 0 | 1000110 | 101101 | 10110 | 101010011 | 110111 | 110010 |
Color Harmonies of #C63B6C
Complementary color
Monochromatic Colors of #C63B6C
Black with #C63B6C
Text Example
Text Example
White with #C63B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B6C; }
p { color: rgb(198,59,108); }
H1.HeaderClassName
{
color: #C63B6C;
}
.AnyTagClassName
{
color: #C63B6C;
}
</style>
background-color css
<style>
a { background-color: #C63B6C; }
a { background-color: rgb(198,59,108); }
div.DivClassName
{
background-color: #C63B6C;
}
.BgClassName
{
background-color: #C63B6C;
}
</style>
border-color css
<style>
span { border-color: #C63B6C; }
span { border-color: rgb(198,59,108); }
td.TdClassName
{
border-color: #C63B6C;
}
.TagClassName
{
border-color: #C63B6C;
}
</style>