Shades of Old Rose #C53B5D
Tints of Old Rose #C53B5D
RGB
CMYK
RGB Variations
Color information
#C53B5D (or 0xC53B5D) is known color: Old Rose. HEX triplet: C5, 3B and 5D. RGB value is (197,59,93). Sum of RGB (Red+Green+Blue) = 197+59+93=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B5D is #3AC4A2. Grayscale: #686868. Windows color (decimal): -3851427 or 6110149. OLE color: 6110149.
HSL color Cylindrical-coordinate representation of color #C53B5D: hue angle of 345.22º 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 #C53B5D is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 93 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.23 |
| HSL | 345.22º | 0.54% | 0.5% | - |
| HSV(B) | 345.22º | 0.7% | 0.77% | - |
| XYZ | 26.57 | 15.79 | 12 | - |
| YUV | 104.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 93 | 0 | 0.70 | 0.53 | 0.23 | 345.22 | 0.54 | 0.5 |
| Hex | C5 | 3B | 5D | 0 | 46 | 35 | 17 | 159 | 36 | 32 |
| Octal | 305 | 73 | 135 | 0 | 106 | 65 | 27 | 531 | 66 | 62 |
| Binary | 11000101 | 111011 | 1011101 | 0 | 1000110 | 110101 | 10111 | 101011001 | 110110 | 110010 |
Color Harmonies of #C53B5D
Complementary color
Monochromatic Colors of #C53B5D
Black with #C53B5D
Text Example
Text Example
White with #C53B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B5D; }
p { color: rgb(197,59,93); }
H1.HeaderClassName
{
color: #C53B5D;
}
.AnyTagClassName
{
color: #C53B5D;
}
</style>
background-color css
<style>
a { background-color: #C53B5D; }
a { background-color: rgb(197,59,93); }
div.DivClassName
{
background-color: #C53B5D;
}
.BgClassName
{
background-color: #C53B5D;
}
</style>
border-color css
<style>
span { border-color: #C53B5D; }
span { border-color: rgb(197,59,93); }
td.TdClassName
{
border-color: #C53B5D;
}
.TagClassName
{
border-color: #C53B5D;
}
</style>