Shades of Old Rose #C53359
Tints of Old Rose #C53359
RGB
CMYK
RGB Variations
Color information
#C53359 (or 0xC53359) is known color: Old Rose. HEX triplet: C5, 33 and 59. RGB value is (197,51,89). Sum of RGB (Red+Green+Blue) = 197+51+89=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53359 is #3ACCA6. Grayscale: #626262. Windows color (decimal): -3853479 or 5845957. OLE color: 5845957.
HSL color Cylindrical-coordinate representation of color #C53359: hue angle of 344.38º 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 #C53359 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 89 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.23 |
| HSL | 344.38º | 0.59% | 0.49% | - |
| HSV(B) | 344.38º | 0.74% | 0.77% | - |
| XYZ | 26.01 | 14.96 | 10.97 | - |
| YUV | 98.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 89 | 0 | 0.74 | 0.55 | 0.23 | 344.38 | 0.59 | 0.49 |
| Hex | C5 | 33 | 59 | 0 | 4A | 37 | 17 | 158 | 3B | 31 |
| Octal | 305 | 63 | 131 | 0 | 112 | 67 | 27 | 530 | 73 | 61 |
| Binary | 11000101 | 110011 | 1011001 | 0 | 1001010 | 110111 | 10111 | 101011000 | 111011 | 110001 |
Color Harmonies of #C53359
Complementary color
Monochromatic Colors of #C53359
Black with #C53359
Text Example
Text Example
White with #C53359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53359; }
p { color: rgb(197,51,89); }
H1.HeaderClassName
{
color: #C53359;
}
.AnyTagClassName
{
color: #C53359;
}
</style>
background-color css
<style>
a { background-color: #C53359; }
a { background-color: rgb(197,51,89); }
div.DivClassName
{
background-color: #C53359;
}
.BgClassName
{
background-color: #C53359;
}
</style>
border-color css
<style>
span { border-color: #C53359; }
span { border-color: rgb(197,51,89); }
td.TdClassName
{
border-color: #C53359;
}
.TagClassName
{
border-color: #C53359;
}
</style>