Shades of Royal Heath #C25679
Tints of Royal Heath #C25679
RGB
CMYK
RGB Variations
Color information
#C25679 (or 0xC25679) is known color: Royal Heath. HEX triplet: C2, 56 and 79. RGB value is (194,86,121). Sum of RGB (Red+Green+Blue) = 194+86+121=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C25679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25679 is #3DA986. Grayscale: #7A7A7A. Windows color (decimal): -4041095 or 7952066. OLE color: 7952066.
HSL color Cylindrical-coordinate representation of color #C25679: hue angle of 340.56º 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 #C25679 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 121 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.24 |
| HSL | 340.56º | 0.47% | 0.55% | - |
| HSV(B) | 340.56º | 0.56% | 0.76% | - |
| XYZ | 29.03 | 19.51 | 20.32 | - |
| YUV | 122.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 121 | 0 | 0.56 | 0.38 | 0.24 | 340.56 | 0.47 | 0.55 |
| Hex | C2 | 56 | 79 | 0 | 38 | 26 | 18 | 155 | 2F | 37 |
| Octal | 302 | 126 | 171 | 0 | 70 | 46 | 30 | 525 | 57 | 67 |
| Binary | 11000010 | 1010110 | 1111001 | 0 | 111000 | 100110 | 11000 | 101010101 | 101111 | 110111 |
Color Harmonies of #C25679
Complementary color
Monochromatic Colors of #C25679
Black with #C25679
Text Example
Text Example
White with #C25679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25679; }
p { color: rgb(194,86,121); }
H1.HeaderClassName
{
color: #C25679;
}
.AnyTagClassName
{
color: #C25679;
}
</style>
background-color css
<style>
a { background-color: #C25679; }
a { background-color: rgb(194,86,121); }
div.DivClassName
{
background-color: #C25679;
}
.BgClassName
{
background-color: #C25679;
}
</style>
border-color css
<style>
span { border-color: #C25679; }
span { border-color: rgb(194,86,121); }
td.TdClassName
{
border-color: #C25679;
}
.TagClassName
{
border-color: #C25679;
}
</style>