Shades of Old Rose #C53F4E
Tints of Old Rose #C53F4E
RGB
CMYK
RGB Variations
Color information
#C53F4E (or 0xC53F4E) is known color: Old Rose. HEX triplet: C5, 3F and 4E. RGB value is (197,63,78). Sum of RGB (Red+Green+Blue) = 197+63+78=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F4E is #3AC0B1. Grayscale: #686868. Windows color (decimal): -3850418 or 5128133. OLE color: 5128133.
HSL color Cylindrical-coordinate representation of color #C53F4E: hue angle of 353.28º 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 #C53F4E is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 78 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.23 |
| HSL | 353.28º | 0.54% | 0.51% | - |
| HSV(B) | 353.28º | 0.68% | 0.77% | - |
| XYZ | 26.18 | 15.98 | 8.91 | - |
| YUV | 104.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 78 | 0 | 0.68 | 0.60 | 0.23 | 353.28 | 0.54 | 0.51 |
| Hex | C5 | 3F | 4E | 0 | 44 | 3C | 17 | 161 | 36 | 33 |
| Octal | 305 | 77 | 116 | 0 | 104 | 74 | 27 | 541 | 66 | 63 |
| Binary | 11000101 | 111111 | 1001110 | 0 | 1000100 | 111100 | 10111 | 101100001 | 110110 | 110011 |
Color Harmonies of #C53F4E
Complementary color
Monochromatic Colors of #C53F4E
Black with #C53F4E
Text Example
Text Example
White with #C53F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F4E; }
p { color: rgb(197,63,78); }
H1.HeaderClassName
{
color: #C53F4E;
}
.AnyTagClassName
{
color: #C53F4E;
}
</style>
background-color css
<style>
a { background-color: #C53F4E; }
a { background-color: rgb(197,63,78); }
div.DivClassName
{
background-color: #C53F4E;
}
.BgClassName
{
background-color: #C53F4E;
}
</style>
border-color css
<style>
span { border-color: #C53F4E; }
span { border-color: rgb(197,63,78); }
td.TdClassName
{
border-color: #C53F4E;
}
.TagClassName
{
border-color: #C53F4E;
}
</style>