Shades of Old Rose #C53357
Tints of Old Rose #C53357
RGB
CMYK
RGB Variations
Color information
#C53357 (or 0xC53357) is known color: Old Rose. HEX triplet: C5, 33 and 57. RGB value is (197,51,87). Sum of RGB (Red+Green+Blue) = 197+51+87=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C53357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53357 is #3ACCA8. Grayscale: #626262. Windows color (decimal): -3853481 or 5714885. OLE color: 5714885.
HSL color Cylindrical-coordinate representation of color #C53357: hue angle of 345.21º 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 #C53357 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 87 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.23 |
| HSL | 345.21º | 0.59% | 0.49% | - |
| HSV(B) | 345.21º | 0.74% | 0.77% | - |
| XYZ | 25.93 | 14.93 | 10.53 | - |
| YUV | 98.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 87 | 0 | 0.74 | 0.56 | 0.23 | 345.21 | 0.59 | 0.49 |
| Hex | C5 | 33 | 57 | 0 | 4A | 38 | 17 | 159 | 3B | 31 |
| Octal | 305 | 63 | 127 | 0 | 112 | 70 | 27 | 531 | 73 | 61 |
| Binary | 11000101 | 110011 | 1010111 | 0 | 1001010 | 111000 | 10111 | 101011001 | 111011 | 110001 |
Color Harmonies of #C53357
Complementary color
Monochromatic Colors of #C53357
Black with #C53357
Text Example
Text Example
White with #C53357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53357; }
p { color: rgb(197,51,87); }
H1.HeaderClassName
{
color: #C53357;
}
.AnyTagClassName
{
color: #C53357;
}
</style>
background-color css
<style>
a { background-color: #C53357; }
a { background-color: rgb(197,51,87); }
div.DivClassName
{
background-color: #C53357;
}
.BgClassName
{
background-color: #C53357;
}
</style>
border-color css
<style>
span { border-color: #C53357; }
span { border-color: rgb(197,51,87); }
td.TdClassName
{
border-color: #C53357;
}
.TagClassName
{
border-color: #C53357;
}
</style>