Shades of Old Rose #C53750
Tints of Old Rose #C53750
RGB
CMYK
RGB Variations
Color information
#C53750 (or 0xC53750) is known color: Old Rose. HEX triplet: C5, 37 and 50. RGB value is (197,55,80). Sum of RGB (Red+Green+Blue) = 197+55+80=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C53750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53750 is #3AC8AF. Grayscale: #646464. Windows color (decimal): -3852464 or 5257157. OLE color: 5257157.
HSL color Cylindrical-coordinate representation of color #C53750: hue angle of 349.44º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53750 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 80 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.23 |
| HSL | 349.44º | 0.56% | 0.49% | - |
| HSV(B) | 349.44º | 0.72% | 0.77% | - |
| XYZ | 25.84 | 15.18 | 9.16 | - |
| YUV | 100.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 80 | 0 | 0.72 | 0.59 | 0.23 | 349.44 | 0.56 | 0.49 |
| Hex | C5 | 37 | 50 | 0 | 48 | 3B | 17 | 15D | 38 | 31 |
| Octal | 305 | 67 | 120 | 0 | 110 | 73 | 27 | 535 | 70 | 61 |
| Binary | 11000101 | 110111 | 1010000 | 0 | 1001000 | 111011 | 10111 | 101011101 | 111000 | 110001 |
Color Harmonies of #C53750
Complementary color
Monochromatic Colors of #C53750
Black with #C53750
Text Example
Text Example
White with #C53750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53750; }
p { color: rgb(197,55,80); }
H1.HeaderClassName
{
color: #C53750;
}
.AnyTagClassName
{
color: #C53750;
}
</style>
background-color css
<style>
a { background-color: #C53750; }
a { background-color: rgb(197,55,80); }
div.DivClassName
{
background-color: #C53750;
}
.BgClassName
{
background-color: #C53750;
}
</style>
border-color css
<style>
span { border-color: #C53750; }
span { border-color: rgb(197,55,80); }
td.TdClassName
{
border-color: #C53750;
}
.TagClassName
{
border-color: #C53750;
}
</style>