Shades of Old Rose #C91751
Tints of Old Rose #C91751
RGB
CMYK
RGB Variations
Color information
#C91751 (or 0xC91751) is known color: Old Rose. HEX triplet: C9, 17 and 51. RGB value is (201,23,81). Sum of RGB (Red+Green+Blue) = 201+23+81=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C91751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91751 is #36E8AE. Grayscale: #525252. Windows color (decimal): -3598511 or 5314505. OLE color: 5314505.
HSL color Cylindrical-coordinate representation of color #C91751: hue angle of 340.45º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91751 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 81 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.21 |
| HSL | 340.45º | 0.79% | 0.44% | - |
| HSV(B) | 340.45º | 0.89% | 0.79% | - |
| XYZ | 25.88 | 13.62 | 9.05 | - |
| YUV | 82.83 | 126.97 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 81 | 0 | 0.89 | 0.60 | 0.21 | 340.45 | 0.79 | 0.44 |
| Hex | C9 | 17 | 51 | 0 | 59 | 3C | 15 | 154 | 4F | 2C |
| Octal | 311 | 27 | 121 | 0 | 131 | 74 | 25 | 524 | 117 | 54 |
| Binary | 11001001 | 10111 | 1010001 | 0 | 1011001 | 111100 | 10101 | 101010100 | 1001111 | 101100 |
Color Harmonies of #C91751
Complementary color
Monochromatic Colors of #C91751
Black with #C91751
Text Example
Text Example
White with #C91751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91751; }
p { color: rgb(201,23,81); }
H1.HeaderClassName
{
color: #C91751;
}
.AnyTagClassName
{
color: #C91751;
}
</style>
background-color css
<style>
a { background-color: #C91751; }
a { background-color: rgb(201,23,81); }
div.DivClassName
{
background-color: #C91751;
}
.BgClassName
{
background-color: #C91751;
}
</style>
border-color css
<style>
span { border-color: #C91751; }
span { border-color: rgb(201,23,81); }
td.TdClassName
{
border-color: #C91751;
}
.TagClassName
{
border-color: #C91751;
}
</style>