Shades of Old Rose #C53358
Tints of Old Rose #C53358
RGB
CMYK
RGB Variations
Color information
#C53358 (or 0xC53358) is known color: Old Rose. HEX triplet: C5, 33 and 58. RGB value is (197,51,88). Sum of RGB (Red+Green+Blue) = 197+51+88=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C53358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53358 is #3ACCA7. Grayscale: #626262. Windows color (decimal): -3853480 or 5780421. OLE color: 5780421.
HSL color Cylindrical-coordinate representation of color #C53358: hue angle of 344.79º degrees, saturation: 0.59, 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 #C53358 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 88 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.23 |
| HSL | 344.79º | 0.59% | 0.49% | - |
| HSV(B) | 344.79º | 0.74% | 0.77% | - |
| XYZ | 25.97 | 14.94 | 10.75 | - |
| YUV | 98.87 | 121.87 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 88 | 0 | 0.74 | 0.55 | 0.23 | 344.79 | 0.59 | 0.49 |
| Hex | C5 | 33 | 58 | 0 | 4A | 37 | 17 | 159 | 3B | 31 |
| Octal | 305 | 63 | 130 | 0 | 112 | 67 | 27 | 531 | 73 | 61 |
| Binary | 11000101 | 110011 | 1011000 | 0 | 1001010 | 110111 | 10111 | 101011001 | 111011 | 110001 |
Color Harmonies of #C53358
Complementary color
Monochromatic Colors of #C53358
Black with #C53358
Text Example
Text Example
White with #C53358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53358; }
p { color: rgb(197,51,88); }
H1.HeaderClassName
{
color: #C53358;
}
.AnyTagClassName
{
color: #C53358;
}
</style>
background-color css
<style>
a { background-color: #C53358; }
a { background-color: rgb(197,51,88); }
div.DivClassName
{
background-color: #C53358;
}
.BgClassName
{
background-color: #C53358;
}
</style>
border-color css
<style>
span { border-color: #C53358; }
span { border-color: rgb(197,51,88); }
td.TdClassName
{
border-color: #C53358;
}
.TagClassName
{
border-color: #C53358;
}
</style>