Shades of Old Rose #C53659
Tints of Old Rose #C53659
RGB
CMYK
RGB Variations
Color information
#C53659 (or 0xC53659) is known color: Old Rose. HEX triplet: C5, 36 and 59. RGB value is (197,54,89). Sum of RGB (Red+Green+Blue) = 197+54+89=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C53659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53659 is #3AC9A6. Grayscale: #646464. Windows color (decimal): -3852711 or 5846725. OLE color: 5846725.
HSL color Cylindrical-coordinate representation of color #C53659: hue angle of 345.31º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53659 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 89 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.23 |
| HSL | 345.31º | 0.57% | 0.49% | - |
| HSV(B) | 345.31º | 0.73% | 0.77% | - |
| XYZ | 26.15 | 15.23 | 11.01 | - |
| YUV | 100.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 89 | 0 | 0.73 | 0.55 | 0.23 | 345.31 | 0.57 | 0.49 |
| Hex | C5 | 36 | 59 | 0 | 49 | 37 | 17 | 159 | 39 | 31 |
| Octal | 305 | 66 | 131 | 0 | 111 | 67 | 27 | 531 | 71 | 61 |
| Binary | 11000101 | 110110 | 1011001 | 0 | 1001001 | 110111 | 10111 | 101011001 | 111001 | 110001 |
Color Harmonies of #C53659
Complementary color
Monochromatic Colors of #C53659
Black with #C53659
Text Example
Text Example
White with #C53659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53659; }
p { color: rgb(197,54,89); }
H1.HeaderClassName
{
color: #C53659;
}
.AnyTagClassName
{
color: #C53659;
}
</style>
background-color css
<style>
a { background-color: #C53659; }
a { background-color: rgb(197,54,89); }
div.DivClassName
{
background-color: #C53659;
}
.BgClassName
{
background-color: #C53659;
}
</style>
border-color css
<style>
span { border-color: #C53659; }
span { border-color: rgb(197,54,89); }
td.TdClassName
{
border-color: #C53659;
}
.TagClassName
{
border-color: #C53659;
}
</style>