Shades of Old Rose #C53F4D
Tints of Old Rose #C53F4D
RGB
CMYK
RGB Variations
Color information
#C53F4D (or 0xC53F4D) is known color: Old Rose. HEX triplet: C5, 3F and 4D. RGB value is (197,63,77). Sum of RGB (Red+Green+Blue) = 197+63+77=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F4D is #3AC0B2. Grayscale: #686868. Windows color (decimal): -3850419 or 5062597. OLE color: 5062597.
HSL color Cylindrical-coordinate representation of color #C53F4D: hue angle of 353.73º 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 #C53F4D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 77 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.23 |
| HSL | 353.73º | 0.54% | 0.51% | - |
| HSV(B) | 353.73º | 0.68% | 0.77% | - |
| XYZ | 26.14 | 15.96 | 8.72 | - |
| YUV | 104.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 77 | 0 | 0.68 | 0.61 | 0.23 | 353.73 | 0.54 | 0.51 |
| Hex | C5 | 3F | 4D | 0 | 44 | 3D | 17 | 162 | 36 | 33 |
| Octal | 305 | 77 | 115 | 0 | 104 | 75 | 27 | 542 | 66 | 63 |
| Binary | 11000101 | 111111 | 1001101 | 0 | 1000100 | 111101 | 10111 | 101100010 | 110110 | 110011 |
Color Harmonies of #C53F4D
Complementary color
Monochromatic Colors of #C53F4D
Black with #C53F4D
Text Example
Text Example
White with #C53F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F4D; }
p { color: rgb(197,63,77); }
H1.HeaderClassName
{
color: #C53F4D;
}
.AnyTagClassName
{
color: #C53F4D;
}
</style>
background-color css
<style>
a { background-color: #C53F4D; }
a { background-color: rgb(197,63,77); }
div.DivClassName
{
background-color: #C53F4D;
}
.BgClassName
{
background-color: #C53F4D;
}
</style>
border-color css
<style>
span { border-color: #C53F4D; }
span { border-color: rgb(197,63,77); }
td.TdClassName
{
border-color: #C53F4D;
}
.TagClassName
{
border-color: #C53F4D;
}
</style>