Shades of Old Rose #C51650
Tints of Old Rose #C51650
RGB
CMYK
RGB Variations
Color information
#C51650 (or 0xC51650) is known color: Old Rose. HEX triplet: C5, 16 and 50. RGB value is (197,22,80). Sum of RGB (Red+Green+Blue) = 197+22+80=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C51650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51650 is #3AE9AF. Grayscale: #505050. Windows color (decimal): -3860912 or 5248709. OLE color: 5248709.
HSL color Cylindrical-coordinate representation of color #C51650: hue angle of 340.11º degrees, saturation: 0.8, 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 #C51650 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 80 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.23 |
| HSL | 340.11º | 0.8% | 0.43% | - |
| HSV(B) | 340.11º | 0.89% | 0.77% | - |
| XYZ | 24.76 | 13.02 | 8.8 | - |
| YUV | 80.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 80 | 0 | 0.89 | 0.59 | 0.23 | 340.11 | 0.8 | 0.43 |
| Hex | C5 | 16 | 50 | 0 | 59 | 3B | 17 | 154 | 50 | 2B |
| Octal | 305 | 26 | 120 | 0 | 131 | 73 | 27 | 524 | 120 | 53 |
| Binary | 11000101 | 10110 | 1010000 | 0 | 1011001 | 111011 | 10111 | 101010100 | 1010000 | 101011 |
Color Harmonies of #C51650
Complementary color
Monochromatic Colors of #C51650
Black with #C51650
Text Example
Text Example
White with #C51650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51650; }
p { color: rgb(197,22,80); }
H1.HeaderClassName
{
color: #C51650;
}
.AnyTagClassName
{
color: #C51650;
}
</style>
background-color css
<style>
a { background-color: #C51650; }
a { background-color: rgb(197,22,80); }
div.DivClassName
{
background-color: #C51650;
}
.BgClassName
{
background-color: #C51650;
}
</style>
border-color css
<style>
span { border-color: #C51650; }
span { border-color: rgb(197,22,80); }
td.TdClassName
{
border-color: #C51650;
}
.TagClassName
{
border-color: #C51650;
}
</style>