Shades of Royal Heath #C25980
Tints of Royal Heath #C25980
RGB
CMYK
RGB Variations
Color information
#C25980 (or 0xC25980) is known color: Royal Heath. HEX triplet: C2, 59 and 80. RGB value is (194,89,128). Sum of RGB (Red+Green+Blue) = 194+89+128=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C25980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25980 is #3DA67F. Grayscale: #7C7C7C. Windows color (decimal): -4040320 or 8411586. OLE color: 8411586.
HSL color Cylindrical-coordinate representation of color #C25980: hue angle of 337.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25980 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 128 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.24 |
| HSL | 337.71º | 0.46% | 0.55% | - |
| HSV(B) | 337.71º | 0.54% | 0.76% | - |
| XYZ | 29.72 | 20.17 | 22.75 | - |
| YUV | 124.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 128 | 0 | 0.54 | 0.34 | 0.24 | 337.71 | 0.46 | 0.55 |
| Hex | C2 | 59 | 80 | 0 | 36 | 22 | 18 | 152 | 2E | 37 |
| Octal | 302 | 131 | 200 | 0 | 66 | 42 | 30 | 522 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10000000 | 0 | 110110 | 100010 | 11000 | 101010010 | 101110 | 110111 |
Color Harmonies of #C25980
Complementary color
Monochromatic Colors of #C25980
Black with #C25980
Text Example
Text Example
White with #C25980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25980; }
p { color: rgb(194,89,128); }
H1.HeaderClassName
{
color: #C25980;
}
.AnyTagClassName
{
color: #C25980;
}
</style>
background-color css
<style>
a { background-color: #C25980; }
a { background-color: rgb(194,89,128); }
div.DivClassName
{
background-color: #C25980;
}
.BgClassName
{
background-color: #C25980;
}
</style>
border-color css
<style>
span { border-color: #C25980; }
span { border-color: rgb(194,89,128); }
td.TdClassName
{
border-color: #C25980;
}
.TagClassName
{
border-color: #C25980;
}
</style>