Shades of Old Rose #C53860
Tints of Old Rose #C53860
RGB
CMYK
RGB Variations
Color information
#C53860 (or 0xC53860) is known color: Old Rose. HEX triplet: C5, 38 and 60. RGB value is (197,56,96). Sum of RGB (Red+Green+Blue) = 197+56+96=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C53860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53860 is #3AC79F. Grayscale: #666666. Windows color (decimal): -3852192 or 6305989. OLE color: 6305989.
HSL color Cylindrical-coordinate representation of color #C53860: hue angle of 342.98º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53860 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 96 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.23 |
| HSL | 342.98º | 0.56% | 0.5% | - |
| HSV(B) | 342.98º | 0.72% | 0.77% | - |
| XYZ | 26.55 | 15.54 | 12.67 | - |
| YUV | 102.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 96 | 0 | 0.72 | 0.51 | 0.23 | 342.98 | 0.56 | 0.5 |
| Hex | C5 | 38 | 60 | 0 | 48 | 33 | 17 | 157 | 38 | 32 |
| Octal | 305 | 70 | 140 | 0 | 110 | 63 | 27 | 527 | 70 | 62 |
| Binary | 11000101 | 111000 | 1100000 | 0 | 1001000 | 110011 | 10111 | 101010111 | 111000 | 110010 |
Color Harmonies of #C53860
Complementary color
Monochromatic Colors of #C53860
Black with #C53860
Text Example
Text Example
White with #C53860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53860; }
p { color: rgb(197,56,96); }
H1.HeaderClassName
{
color: #C53860;
}
.AnyTagClassName
{
color: #C53860;
}
</style>
background-color css
<style>
a { background-color: #C53860; }
a { background-color: rgb(197,56,96); }
div.DivClassName
{
background-color: #C53860;
}
.BgClassName
{
background-color: #C53860;
}
</style>
border-color css
<style>
span { border-color: #C53860; }
span { border-color: rgb(197,56,96); }
td.TdClassName
{
border-color: #C53860;
}
.TagClassName
{
border-color: #C53860;
}
</style>