Shades of Old Rose #C91953
Tints of Old Rose #C91953
RGB
CMYK
RGB Variations
Color information
#C91953 (or 0xC91953) is known color: Old Rose. HEX triplet: C9, 19 and 53. RGB value is (201,25,83). Sum of RGB (Red+Green+Blue) = 201+25+83=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C91953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91953 is #36E6AC. Grayscale: #545454. Windows color (decimal): -3597997 or 5446089. OLE color: 5446089.
HSL color Cylindrical-coordinate representation of color #C91953: hue angle of 340.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91953 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 83 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.21 |
| HSL | 340.23º | 0.78% | 0.44% | - |
| HSV(B) | 340.23º | 0.88% | 0.79% | - |
| XYZ | 26 | 13.74 | 9.47 | - |
| YUV | 84.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 83 | 0 | 0.88 | 0.59 | 0.21 | 340.23 | 0.78 | 0.44 |
| Hex | C9 | 19 | 53 | 0 | 58 | 3B | 15 | 154 | 4E | 2C |
| Octal | 311 | 31 | 123 | 0 | 130 | 73 | 25 | 524 | 116 | 54 |
| Binary | 11001001 | 11001 | 1010011 | 0 | 1011000 | 111011 | 10101 | 101010100 | 1001110 | 101100 |
Color Harmonies of #C91953
Complementary color
Monochromatic Colors of #C91953
Black with #C91953
Text Example
Text Example
White with #C91953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91953; }
p { color: rgb(201,25,83); }
H1.HeaderClassName
{
color: #C91953;
}
.AnyTagClassName
{
color: #C91953;
}
</style>
background-color css
<style>
a { background-color: #C91953; }
a { background-color: rgb(201,25,83); }
div.DivClassName
{
background-color: #C91953;
}
.BgClassName
{
background-color: #C91953;
}
</style>
border-color css
<style>
span { border-color: #C91953; }
span { border-color: rgb(201,25,83); }
td.TdClassName
{
border-color: #C91953;
}
.TagClassName
{
border-color: #C91953;
}
</style>