Shades of Royal Heath #C2517B
Tints of Royal Heath #C2517B
RGB
CMYK
RGB Variations
Color information
#C2517B (or 0xC2517B) is known color: Royal Heath. HEX triplet: C2, 51 and 7B. RGB value is (194,81,123). Sum of RGB (Red+Green+Blue) = 194+81+123=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2517B is #3DAE84. Grayscale: #777777. Windows color (decimal): -4042373 or 8081858. OLE color: 8081858.
HSL color Cylindrical-coordinate representation of color #C2517B: hue angle of 337.7º 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 #C2517B is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 123 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.24 |
| HSL | 337.7º | 0.48% | 0.54% | - |
| HSV(B) | 337.7º | 0.58% | 0.76% | - |
| XYZ | 28.77 | 18.78 | 20.85 | - |
| YUV | 119.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 123 | 0 | 0.58 | 0.37 | 0.24 | 337.7 | 0.48 | 0.54 |
| Hex | C2 | 51 | 7B | 0 | 3A | 25 | 18 | 152 | 30 | 36 |
| Octal | 302 | 121 | 173 | 0 | 72 | 45 | 30 | 522 | 60 | 66 |
| Binary | 11000010 | 1010001 | 1111011 | 0 | 111010 | 100101 | 11000 | 101010010 | 110000 | 110110 |
Color Harmonies of #C2517B
Complementary color
Monochromatic Colors of #C2517B
Black with #C2517B
Text Example
Text Example
White with #C2517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2517B; }
p { color: rgb(194,81,123); }
H1.HeaderClassName
{
color: #C2517B;
}
.AnyTagClassName
{
color: #C2517B;
}
</style>
background-color css
<style>
a { background-color: #C2517B; }
a { background-color: rgb(194,81,123); }
div.DivClassName
{
background-color: #C2517B;
}
.BgClassName
{
background-color: #C2517B;
}
</style>
border-color css
<style>
span { border-color: #C2517B; }
span { border-color: rgb(194,81,123); }
td.TdClassName
{
border-color: #C2517B;
}
.TagClassName
{
border-color: #C2517B;
}
</style>