Shades of Old Rose #C53F4F
Tints of Old Rose #C53F4F
RGB
CMYK
RGB Variations
Color information
#C53F4F (or 0xC53F4F) is known color: Old Rose. HEX triplet: C5, 3F and 4F. RGB value is (197,63,79). Sum of RGB (Red+Green+Blue) = 197+63+79=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F4F is #3AC0B0. Grayscale: #686868. Windows color (decimal): -3850417 or 5193669. OLE color: 5193669.
HSL color Cylindrical-coordinate representation of color #C53F4F: hue angle of 352.84º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F4F is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 79 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.23 |
| HSL | 352.84º | 0.54% | 0.51% | - |
| HSV(B) | 352.84º | 0.68% | 0.77% | - |
| XYZ | 26.21 | 15.99 | 9.1 | - |
| YUV | 104.89 | 113.39 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 79 | 0 | 0.68 | 0.60 | 0.23 | 352.84 | 0.54 | 0.51 |
| Hex | C5 | 3F | 4F | 0 | 44 | 3C | 17 | 161 | 36 | 33 |
| Octal | 305 | 77 | 117 | 0 | 104 | 74 | 27 | 541 | 66 | 63 |
| Binary | 11000101 | 111111 | 1001111 | 0 | 1000100 | 111100 | 10111 | 101100001 | 110110 | 110011 |
Color Harmonies of #C53F4F
Complementary color
Monochromatic Colors of #C53F4F
Black with #C53F4F
Text Example
Text Example
White with #C53F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F4F; }
p { color: rgb(197,63,79); }
H1.HeaderClassName
{
color: #C53F4F;
}
.AnyTagClassName
{
color: #C53F4F;
}
</style>
background-color css
<style>
a { background-color: #C53F4F; }
a { background-color: rgb(197,63,79); }
div.DivClassName
{
background-color: #C53F4F;
}
.BgClassName
{
background-color: #C53F4F;
}
</style>
border-color css
<style>
span { border-color: #C53F4F; }
span { border-color: rgb(197,63,79); }
td.TdClassName
{
border-color: #C53F4F;
}
.TagClassName
{
border-color: #C53F4F;
}
</style>