Shades of Royal Heath #C2517A
Tints of Royal Heath #C2517A
RGB
CMYK
RGB Variations
Color information
#C2517A (or 0xC2517A) is known color: Royal Heath. HEX triplet: C2, 51 and 7A. RGB value is (194,81,122). Sum of RGB (Red+Green+Blue) = 194+81+122=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2517A is #3DAE85. Grayscale: #777777. Windows color (decimal): -4042374 or 8016322. OLE color: 8016322.
HSL color Cylindrical-coordinate representation of color #C2517A: hue angle of 338.23º degrees, saturation: 0.48, 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 #C2517A is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 122 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.24 |
| HSL | 338.23º | 0.48% | 0.54% | - |
| HSV(B) | 338.23º | 0.58% | 0.76% | - |
| XYZ | 28.7 | 18.76 | 20.52 | - |
| YUV | 119.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 122 | 0 | 0.58 | 0.37 | 0.24 | 338.23 | 0.48 | 0.54 |
| Hex | C2 | 51 | 7A | 0 | 3A | 25 | 18 | 152 | 30 | 36 |
| Octal | 302 | 121 | 172 | 0 | 72 | 45 | 30 | 522 | 60 | 66 |
| Binary | 11000010 | 1010001 | 1111010 | 0 | 111010 | 100101 | 11000 | 101010010 | 110000 | 110110 |
Color Harmonies of #C2517A
Complementary color
Monochromatic Colors of #C2517A
Black with #C2517A
Text Example
Text Example
White with #C2517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2517A; }
p { color: rgb(194,81,122); }
H1.HeaderClassName
{
color: #C2517A;
}
.AnyTagClassName
{
color: #C2517A;
}
</style>
background-color css
<style>
a { background-color: #C2517A; }
a { background-color: rgb(194,81,122); }
div.DivClassName
{
background-color: #C2517A;
}
.BgClassName
{
background-color: #C2517A;
}
</style>
border-color css
<style>
span { border-color: #C2517A; }
span { border-color: rgb(194,81,122); }
td.TdClassName
{
border-color: #C2517A;
}
.TagClassName
{
border-color: #C2517A;
}
</style>