Shades of Old Rose #C53C55
Tints of Old Rose #C53C55
RGB
CMYK
RGB Variations
Color information
#C53C55 (or 0xC53C55) is known color: Old Rose. HEX triplet: C5, 3C and 55. RGB value is (197,60,85). Sum of RGB (Red+Green+Blue) = 197+60+85=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C55 is #3AC3AA. Grayscale: #676767. Windows color (decimal): -3851179 or 5586117. OLE color: 5586117.
HSL color Cylindrical-coordinate representation of color #C53C55: hue angle of 349.05º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C55 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 85 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.23 |
| HSL | 349.05º | 0.54% | 0.5% | - |
| HSV(B) | 349.05º | 0.7% | 0.77% | - |
| XYZ | 26.28 | 15.76 | 10.25 | - |
| YUV | 103.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 85 | 0 | 0.70 | 0.57 | 0.23 | 349.05 | 0.54 | 0.5 |
| Hex | C5 | 3C | 55 | 0 | 46 | 39 | 17 | 15D | 36 | 32 |
| Octal | 305 | 74 | 125 | 0 | 106 | 71 | 27 | 535 | 66 | 62 |
| Binary | 11000101 | 111100 | 1010101 | 0 | 1000110 | 111001 | 10111 | 101011101 | 110110 | 110010 |
Color Harmonies of #C53C55
Complementary color
Monochromatic Colors of #C53C55
Black with #C53C55
Text Example
Text Example
White with #C53C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C55; }
p { color: rgb(197,60,85); }
H1.HeaderClassName
{
color: #C53C55;
}
.AnyTagClassName
{
color: #C53C55;
}
</style>
background-color css
<style>
a { background-color: #C53C55; }
a { background-color: rgb(197,60,85); }
div.DivClassName
{
background-color: #C53C55;
}
.BgClassName
{
background-color: #C53C55;
}
</style>
border-color css
<style>
span { border-color: #C53C55; }
span { border-color: rgb(197,60,85); }
td.TdClassName
{
border-color: #C53C55;
}
.TagClassName
{
border-color: #C53C55;
}
</style>