Shades of Old Rose #C51552
Tints of Old Rose #C51552
RGB
CMYK
RGB Variations
Color information
#C51552 (or 0xC51552) is known color: Old Rose. HEX triplet: C5, 15 and 52. RGB value is (197,21,82). Sum of RGB (Red+Green+Blue) = 197+21+82=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51552 is #3AEAAD. Grayscale: #505050. Windows color (decimal): -3861166 or 5379525. OLE color: 5379525.
HSL color Cylindrical-coordinate representation of color #C51552: hue angle of 339.2º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51552 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 82 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.23 |
| HSL | 339.2º | 0.81% | 0.43% | - |
| HSV(B) | 339.2º | 0.89% | 0.77% | - |
| XYZ | 24.82 | 13.02 | 9.19 | - |
| YUV | 80.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 82 | 0 | 0.89 | 0.58 | 0.23 | 339.2 | 0.81 | 0.43 |
| Hex | C5 | 15 | 52 | 0 | 59 | 3A | 17 | 153 | 51 | 2B |
| Octal | 305 | 25 | 122 | 0 | 131 | 72 | 27 | 523 | 121 | 53 |
| Binary | 11000101 | 10101 | 1010010 | 0 | 1011001 | 111010 | 10111 | 101010011 | 1010001 | 101011 |
Color Harmonies of #C51552
Complementary color
Monochromatic Colors of #C51552
Black with #C51552
Text Example
Text Example
White with #C51552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51552; }
p { color: rgb(197,21,82); }
H1.HeaderClassName
{
color: #C51552;
}
.AnyTagClassName
{
color: #C51552;
}
</style>
background-color css
<style>
a { background-color: #C51552; }
a { background-color: rgb(197,21,82); }
div.DivClassName
{
background-color: #C51552;
}
.BgClassName
{
background-color: #C51552;
}
</style>
border-color css
<style>
span { border-color: #C51552; }
span { border-color: rgb(197,21,82); }
td.TdClassName
{
border-color: #C51552;
}
.TagClassName
{
border-color: #C51552;
}
</style>