Shades of Old Rose #C53458
Tints of Old Rose #C53458
RGB
CMYK
RGB Variations
Color information
#C53458 (or 0xC53458) is known color: Old Rose. HEX triplet: C5, 34 and 58. RGB value is (197,52,88). Sum of RGB (Red+Green+Blue) = 197+52+88=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53458 is #3ACBA7. Grayscale: #636363. Windows color (decimal): -3853224 or 5780677. OLE color: 5780677.
HSL color Cylindrical-coordinate representation of color #C53458: hue angle of 345.1º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53458 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 88 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.23 |
| HSL | 345.1º | 0.58% | 0.49% | - |
| HSV(B) | 345.1º | 0.74% | 0.77% | - |
| XYZ | 26.02 | 15.03 | 10.76 | - |
| YUV | 99.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 88 | 0 | 0.74 | 0.55 | 0.23 | 345.1 | 0.58 | 0.49 |
| Hex | C5 | 34 | 58 | 0 | 4A | 37 | 17 | 159 | 3A | 31 |
| Octal | 305 | 64 | 130 | 0 | 112 | 67 | 27 | 531 | 72 | 61 |
| Binary | 11000101 | 110100 | 1011000 | 0 | 1001010 | 110111 | 10111 | 101011001 | 111010 | 110001 |
Color Harmonies of #C53458
Complementary color
Monochromatic Colors of #C53458
Black with #C53458
Text Example
Text Example
White with #C53458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53458; }
p { color: rgb(197,52,88); }
H1.HeaderClassName
{
color: #C53458;
}
.AnyTagClassName
{
color: #C53458;
}
</style>
background-color css
<style>
a { background-color: #C53458; }
a { background-color: rgb(197,52,88); }
div.DivClassName
{
background-color: #C53458;
}
.BgClassName
{
background-color: #C53458;
}
</style>
border-color css
<style>
span { border-color: #C53458; }
span { border-color: rgb(197,52,88); }
td.TdClassName
{
border-color: #C53458;
}
.TagClassName
{
border-color: #C53458;
}
</style>