Shades of Old Rose #C53A60
Tints of Old Rose #C53A60
RGB
CMYK
RGB Variations
Color information
#C53A60 (or 0xC53A60) is known color: Old Rose. HEX triplet: C5, 3A and 60. RGB value is (197,58,96). Sum of RGB (Red+Green+Blue) = 197+58+96=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A60 is #3AC59F. Grayscale: #676767. Windows color (decimal): -3851680 or 6306501. OLE color: 6306501.
HSL color Cylindrical-coordinate representation of color #C53A60: hue angle of 343.6º 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 #C53A60 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 96 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.23 |
| HSL | 343.6º | 0.55% | 0.5% | - |
| HSV(B) | 343.6º | 0.71% | 0.77% | - |
| XYZ | 26.65 | 15.74 | 12.7 | - |
| YUV | 103.89 | 123.55 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 96 | 0 | 0.71 | 0.51 | 0.23 | 343.6 | 0.55 | 0.5 |
| Hex | C5 | 3A | 60 | 0 | 47 | 33 | 17 | 158 | 37 | 32 |
| Octal | 305 | 72 | 140 | 0 | 107 | 63 | 27 | 530 | 67 | 62 |
| Binary | 11000101 | 111010 | 1100000 | 0 | 1000111 | 110011 | 10111 | 101011000 | 110111 | 110010 |
Color Harmonies of #C53A60
Complementary color
Monochromatic Colors of #C53A60
Black with #C53A60
Text Example
Text Example
White with #C53A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A60; }
p { color: rgb(197,58,96); }
H1.HeaderClassName
{
color: #C53A60;
}
.AnyTagClassName
{
color: #C53A60;
}
</style>
background-color css
<style>
a { background-color: #C53A60; }
a { background-color: rgb(197,58,96); }
div.DivClassName
{
background-color: #C53A60;
}
.BgClassName
{
background-color: #C53A60;
}
</style>
border-color css
<style>
span { border-color: #C53A60; }
span { border-color: rgb(197,58,96); }
td.TdClassName
{
border-color: #C53A60;
}
.TagClassName
{
border-color: #C53A60;
}
</style>