Shades of Old Rose #C52859
Tints of Old Rose #C52859
RGB
CMYK
RGB Variations
Color information
#C52859 (or 0xC52859) is known color: Old Rose. HEX triplet: C5, 28 and 59. RGB value is (197,40,89). Sum of RGB (Red+Green+Blue) = 197+40+89=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C52859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52859 is #3AD7A6. Grayscale: #5C5C5C. Windows color (decimal): -3856295 or 5843141. OLE color: 5843141.
HSL color Cylindrical-coordinate representation of color #C52859: hue angle of 341.27º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52859 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 89 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.23 |
| HSL | 341.27º | 0.66% | 0.46% | - |
| HSV(B) | 341.27º | 0.8% | 0.77% | - |
| XYZ | 25.59 | 14.11 | 10.83 | - |
| YUV | 92.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 89 | 0 | 0.80 | 0.55 | 0.23 | 341.27 | 0.66 | 0.46 |
| Hex | C5 | 28 | 59 | 0 | 50 | 37 | 17 | 155 | 42 | 2E |
| Octal | 305 | 50 | 131 | 0 | 120 | 67 | 27 | 525 | 102 | 56 |
| Binary | 11000101 | 101000 | 1011001 | 0 | 1010000 | 110111 | 10111 | 101010101 | 1000010 | 101110 |
Color Harmonies of #C52859
Complementary color
Monochromatic Colors of #C52859
Black with #C52859
Text Example
Text Example
White with #C52859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52859; }
p { color: rgb(197,40,89); }
H1.HeaderClassName
{
color: #C52859;
}
.AnyTagClassName
{
color: #C52859;
}
</style>
background-color css
<style>
a { background-color: #C52859; }
a { background-color: rgb(197,40,89); }
div.DivClassName
{
background-color: #C52859;
}
.BgClassName
{
background-color: #C52859;
}
</style>
border-color css
<style>
span { border-color: #C52859; }
span { border-color: rgb(197,40,89); }
td.TdClassName
{
border-color: #C52859;
}
.TagClassName
{
border-color: #C52859;
}
</style>