Shades of Old Rose #C91954
Tints of Old Rose #C91954
RGB
CMYK
RGB Variations
Color information
#C91954 (or 0xC91954) is known color: Old Rose. HEX triplet: C9, 19 and 54. RGB value is (201,25,84). Sum of RGB (Red+Green+Blue) = 201+25+84=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C91954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91954 is #36E6AB. Grayscale: #545454. Windows color (decimal): -3597996 or 5511625. OLE color: 5511625.
HSL color Cylindrical-coordinate representation of color #C91954: hue angle of 339.89º 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 #C91954 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 84 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.21 |
| HSL | 339.89º | 0.78% | 0.44% | - |
| HSV(B) | 339.89º | 0.88% | 0.79% | - |
| XYZ | 26.04 | 13.75 | 9.67 | - |
| YUV | 84.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 84 | 0 | 0.88 | 0.58 | 0.21 | 339.89 | 0.78 | 0.44 |
| Hex | C9 | 19 | 54 | 0 | 58 | 3A | 15 | 154 | 4E | 2C |
| Octal | 311 | 31 | 124 | 0 | 130 | 72 | 25 | 524 | 116 | 54 |
| Binary | 11001001 | 11001 | 1010100 | 0 | 1011000 | 111010 | 10101 | 101010100 | 1001110 | 101100 |
Color Harmonies of #C91954
Complementary color
Monochromatic Colors of #C91954
Black with #C91954
Text Example
Text Example
White with #C91954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91954; }
p { color: rgb(201,25,84); }
H1.HeaderClassName
{
color: #C91954;
}
.AnyTagClassName
{
color: #C91954;
}
</style>
background-color css
<style>
a { background-color: #C91954; }
a { background-color: rgb(201,25,84); }
div.DivClassName
{
background-color: #C91954;
}
.BgClassName
{
background-color: #C91954;
}
</style>
border-color css
<style>
span { border-color: #C91954; }
span { border-color: rgb(201,25,84); }
td.TdClassName
{
border-color: #C91954;
}
.TagClassName
{
border-color: #C91954;
}
</style>