Shades of Old Rose #C52659
Tints of Old Rose #C52659
RGB
CMYK
RGB Variations
Color information
#C52659 (or 0xC52659) is known color: Old Rose. HEX triplet: C5, 26 and 59. RGB value is (197,38,89). Sum of RGB (Red+Green+Blue) = 197+38+89=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C52659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52659 is #3AD9A6. Grayscale: #5B5B5B. Windows color (decimal): -3856807 or 5842629. OLE color: 5842629.
HSL color Cylindrical-coordinate representation of color #C52659: hue angle of 340.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52659 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 89 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.23 |
| HSL | 340.75º | 0.68% | 0.46% | - |
| HSV(B) | 340.75º | 0.81% | 0.77% | - |
| XYZ | 25.52 | 13.98 | 10.8 | - |
| YUV | 91.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 89 | 0 | 0.81 | 0.55 | 0.23 | 340.75 | 0.68 | 0.46 |
| Hex | C5 | 26 | 59 | 0 | 51 | 37 | 17 | 155 | 44 | 2E |
| Octal | 305 | 46 | 131 | 0 | 121 | 67 | 27 | 525 | 104 | 56 |
| Binary | 11000101 | 100110 | 1011001 | 0 | 1010001 | 110111 | 10111 | 101010101 | 1000100 | 101110 |
Color Harmonies of #C52659
Complementary color
Monochromatic Colors of #C52659
Black with #C52659
Text Example
Text Example
White with #C52659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52659; }
p { color: rgb(197,38,89); }
H1.HeaderClassName
{
color: #C52659;
}
.AnyTagClassName
{
color: #C52659;
}
</style>
background-color css
<style>
a { background-color: #C52659; }
a { background-color: rgb(197,38,89); }
div.DivClassName
{
background-color: #C52659;
}
.BgClassName
{
background-color: #C52659;
}
</style>
border-color css
<style>
span { border-color: #C52659; }
span { border-color: rgb(197,38,89); }
td.TdClassName
{
border-color: #C52659;
}
.TagClassName
{
border-color: #C52659;
}
</style>