Shades of Royal Heath #C3517C
Tints of Royal Heath #C3517C
RGB
CMYK
RGB Variations
Color information
#C3517C (or 0xC3517C) is known color: Royal Heath. HEX triplet: C3, 51 and 7C. RGB value is (195,81,124). Sum of RGB (Red+Green+Blue) = 195+81+124=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3517C is #3CAE83. Grayscale: #777777. Windows color (decimal): -3976836 or 8147395. OLE color: 8147395.
HSL color Cylindrical-coordinate representation of color #C3517C: hue angle of 337.37º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3517C is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 124 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.24 |
| HSL | 337.37º | 0.49% | 0.54% | - |
| HSV(B) | 337.37º | 0.58% | 0.76% | - |
| XYZ | 29.09 | 18.94 | 21.19 | - |
| YUV | 119.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 124 | 0 | 0.58 | 0.36 | 0.24 | 337.37 | 0.49 | 0.54 |
| Hex | C3 | 51 | 7C | 0 | 3A | 24 | 18 | 151 | 31 | 36 |
| Octal | 303 | 121 | 174 | 0 | 72 | 44 | 30 | 521 | 61 | 66 |
| Binary | 11000011 | 1010001 | 1111100 | 0 | 111010 | 100100 | 11000 | 101010001 | 110001 | 110110 |
Color Harmonies of #C3517C
Complementary color
Monochromatic Colors of #C3517C
Black with #C3517C
Text Example
Text Example
White with #C3517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3517C; }
p { color: rgb(195,81,124); }
H1.HeaderClassName
{
color: #C3517C;
}
.AnyTagClassName
{
color: #C3517C;
}
</style>
background-color css
<style>
a { background-color: #C3517C; }
a { background-color: rgb(195,81,124); }
div.DivClassName
{
background-color: #C3517C;
}
.BgClassName
{
background-color: #C3517C;
}
</style>
border-color css
<style>
span { border-color: #C3517C; }
span { border-color: rgb(195,81,124); }
td.TdClassName
{
border-color: #C3517C;
}
.TagClassName
{
border-color: #C3517C;
}
</style>