Shades of Old Rose #C51A58
Tints of Old Rose #C51A58
RGB
CMYK
RGB Variations
Color information
#C51A58 (or 0xC51A58) is known color: Old Rose. HEX triplet: C5, 1A and 58. RGB value is (197,26,88). Sum of RGB (Red+Green+Blue) = 197+26+88=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A58 is #3AE5A7. Grayscale: #545454. Windows color (decimal): -3859880 or 5774021. OLE color: 5774021.
HSL color Cylindrical-coordinate representation of color #C51A58: hue angle of 338.25º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A58 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 88 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.23 |
| HSL | 338.25º | 0.77% | 0.44% | - |
| HSV(B) | 338.25º | 0.87% | 0.77% | - |
| XYZ | 25.16 | 13.31 | 10.48 | - |
| YUV | 84.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 88 | 0 | 0.87 | 0.55 | 0.23 | 338.25 | 0.77 | 0.44 |
| Hex | C5 | 1A | 58 | 0 | 57 | 37 | 17 | 152 | 4D | 2C |
| Octal | 305 | 32 | 130 | 0 | 127 | 67 | 27 | 522 | 115 | 54 |
| Binary | 11000101 | 11010 | 1011000 | 0 | 1010111 | 110111 | 10111 | 101010010 | 1001101 | 101100 |
Color Harmonies of #C51A58
Complementary color
Monochromatic Colors of #C51A58
Black with #C51A58
Text Example
Text Example
White with #C51A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A58; }
p { color: rgb(197,26,88); }
H1.HeaderClassName
{
color: #C51A58;
}
.AnyTagClassName
{
color: #C51A58;
}
</style>
background-color css
<style>
a { background-color: #C51A58; }
a { background-color: rgb(197,26,88); }
div.DivClassName
{
background-color: #C51A58;
}
.BgClassName
{
background-color: #C51A58;
}
</style>
border-color css
<style>
span { border-color: #C51A58; }
span { border-color: rgb(197,26,88); }
td.TdClassName
{
border-color: #C51A58;
}
.TagClassName
{
border-color: #C51A58;
}
</style>