Shades of Old Rose #C53A54
Tints of Old Rose #C53A54
RGB
CMYK
RGB Variations
Color information
#C53A54 (or 0xC53A54) is known color: Old Rose. HEX triplet: C5, 3A and 54. RGB value is (197,58,84). Sum of RGB (Red+Green+Blue) = 197+58+84=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A54 is #3AC5AB. Grayscale: #666666. Windows color (decimal): -3851692 or 5520069. OLE color: 5520069.
HSL color Cylindrical-coordinate representation of color #C53A54: hue angle of 348.78º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A54 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 84 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.23 |
| HSL | 348.78º | 0.55% | 0.5% | - |
| HSV(B) | 348.78º | 0.71% | 0.77% | - |
| XYZ | 26.14 | 15.54 | 10.01 | - |
| YUV | 102.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 84 | 0 | 0.71 | 0.57 | 0.23 | 348.78 | 0.55 | 0.5 |
| Hex | C5 | 3A | 54 | 0 | 47 | 39 | 17 | 15D | 37 | 32 |
| Octal | 305 | 72 | 124 | 0 | 107 | 71 | 27 | 535 | 67 | 62 |
| Binary | 11000101 | 111010 | 1010100 | 0 | 1000111 | 111001 | 10111 | 101011101 | 110111 | 110010 |
Color Harmonies of #C53A54
Complementary color
Monochromatic Colors of #C53A54
Black with #C53A54
Text Example
Text Example
White with #C53A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A54; }
p { color: rgb(197,58,84); }
H1.HeaderClassName
{
color: #C53A54;
}
.AnyTagClassName
{
color: #C53A54;
}
</style>
background-color css
<style>
a { background-color: #C53A54; }
a { background-color: rgb(197,58,84); }
div.DivClassName
{
background-color: #C53A54;
}
.BgClassName
{
background-color: #C53A54;
}
</style>
border-color css
<style>
span { border-color: #C53A54; }
span { border-color: rgb(197,58,84); }
td.TdClassName
{
border-color: #C53A54;
}
.TagClassName
{
border-color: #C53A54;
}
</style>