Shades of Old Rose #C53259
Tints of Old Rose #C53259
RGB
CMYK
RGB Variations
Color information
#C53259 (or 0xC53259) is known color: Old Rose. HEX triplet: C5, 32 and 59. RGB value is (197,50,89). Sum of RGB (Red+Green+Blue) = 197+50+89=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C53259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53259 is #3ACDA6. Grayscale: #626262. Windows color (decimal): -3853735 or 5845701. OLE color: 5845701.
HSL color Cylindrical-coordinate representation of color #C53259: hue angle of 344.08º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53259 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 89 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.23 |
| HSL | 344.08º | 0.6% | 0.48% | - |
| HSV(B) | 344.08º | 0.75% | 0.77% | - |
| XYZ | 25.97 | 14.87 | 10.95 | - |
| YUV | 98.4 | 122.7 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 89 | 0 | 0.75 | 0.55 | 0.23 | 344.08 | 0.6 | 0.48 |
| Hex | C5 | 32 | 59 | 0 | 4B | 37 | 17 | 158 | 3C | 30 |
| Octal | 305 | 62 | 131 | 0 | 113 | 67 | 27 | 530 | 74 | 60 |
| Binary | 11000101 | 110010 | 1011001 | 0 | 1001011 | 110111 | 10111 | 101011000 | 111100 | 110000 |
Color Harmonies of #C53259
Complementary color
Monochromatic Colors of #C53259
Black with #C53259
Text Example
Text Example
White with #C53259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53259; }
p { color: rgb(197,50,89); }
H1.HeaderClassName
{
color: #C53259;
}
.AnyTagClassName
{
color: #C53259;
}
</style>
background-color css
<style>
a { background-color: #C53259; }
a { background-color: rgb(197,50,89); }
div.DivClassName
{
background-color: #C53259;
}
.BgClassName
{
background-color: #C53259;
}
</style>
border-color css
<style>
span { border-color: #C53259; }
span { border-color: rgb(197,50,89); }
td.TdClassName
{
border-color: #C53259;
}
.TagClassName
{
border-color: #C53259;
}
</style>