Shades of Old Rose #C53A5E
Tints of Old Rose #C53A5E
RGB
CMYK
RGB Variations
Color information
#C53A5E (or 0xC53A5E) is known color: Old Rose. HEX triplet: C5, 3A and 5E. RGB value is (197,58,94). Sum of RGB (Red+Green+Blue) = 197+58+94=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A5E is #3AC5A1. Grayscale: #676767. Windows color (decimal): -3851682 or 6175429. OLE color: 6175429.
HSL color Cylindrical-coordinate representation of color #C53A5E: hue angle of 344.46º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A5E is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 94 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.23 |
| HSL | 344.46º | 0.55% | 0.5% | - |
| HSV(B) | 344.46º | 0.71% | 0.77% | - |
| XYZ | 26.56 | 15.7 | 12.22 | - |
| YUV | 103.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 94 | 0 | 0.71 | 0.52 | 0.23 | 344.46 | 0.55 | 0.5 |
| Hex | C5 | 3A | 5E | 0 | 47 | 34 | 17 | 158 | 37 | 32 |
| Octal | 305 | 72 | 136 | 0 | 107 | 64 | 27 | 530 | 67 | 62 |
| Binary | 11000101 | 111010 | 1011110 | 0 | 1000111 | 110100 | 10111 | 101011000 | 110111 | 110010 |
Color Harmonies of #C53A5E
Complementary color
Monochromatic Colors of #C53A5E
Black with #C53A5E
Text Example
Text Example
White with #C53A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A5E; }
p { color: rgb(197,58,94); }
H1.HeaderClassName
{
color: #C53A5E;
}
.AnyTagClassName
{
color: #C53A5E;
}
</style>
background-color css
<style>
a { background-color: #C53A5E; }
a { background-color: rgb(197,58,94); }
div.DivClassName
{
background-color: #C53A5E;
}
.BgClassName
{
background-color: #C53A5E;
}
</style>
border-color css
<style>
span { border-color: #C53A5E; }
span { border-color: rgb(197,58,94); }
td.TdClassName
{
border-color: #C53A5E;
}
.TagClassName
{
border-color: #C53A5E;
}
</style>