Shades of Royal Heath #C25578
Tints of Royal Heath #C25578
RGB
CMYK
RGB Variations
Color information
#C25578 (or 0xC25578) is known color: Royal Heath. HEX triplet: C2, 55 and 78. RGB value is (194,85,120). Sum of RGB (Red+Green+Blue) = 194+85+120=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C25578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25578 is #3DAA87. Grayscale: #797979. Windows color (decimal): -4041352 or 7886274. OLE color: 7886274.
HSL color Cylindrical-coordinate representation of color #C25578: hue angle of 340.73º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25578 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 120 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.24 |
| HSL | 340.73º | 0.47% | 0.55% | - |
| HSV(B) | 340.73º | 0.56% | 0.76% | - |
| XYZ | 28.89 | 19.32 | 19.98 | - |
| YUV | 121.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 120 | 0 | 0.56 | 0.38 | 0.24 | 340.73 | 0.47 | 0.55 |
| Hex | C2 | 55 | 78 | 0 | 38 | 26 | 18 | 155 | 2F | 37 |
| Octal | 302 | 125 | 170 | 0 | 70 | 46 | 30 | 525 | 57 | 67 |
| Binary | 11000010 | 1010101 | 1111000 | 0 | 111000 | 100110 | 11000 | 101010101 | 101111 | 110111 |
Color Harmonies of #C25578
Complementary color
Monochromatic Colors of #C25578
Black with #C25578
Text Example
Text Example
White with #C25578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25578; }
p { color: rgb(194,85,120); }
H1.HeaderClassName
{
color: #C25578;
}
.AnyTagClassName
{
color: #C25578;
}
</style>
background-color css
<style>
a { background-color: #C25578; }
a { background-color: rgb(194,85,120); }
div.DivClassName
{
background-color: #C25578;
}
.BgClassName
{
background-color: #C25578;
}
</style>
border-color css
<style>
span { border-color: #C25578; }
span { border-color: rgb(194,85,120); }
td.TdClassName
{
border-color: #C25578;
}
.TagClassName
{
border-color: #C25578;
}
</style>