Shades of Old Rose #C92159
Tints of Old Rose #C92159
RGB
CMYK
RGB Variations
Color information
#C92159 (or 0xC92159) is known color: Old Rose. HEX triplet: C9, 21 and 59. RGB value is (201,33,89). Sum of RGB (Red+Green+Blue) = 201+33+89=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C92159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92159 is #36DEA6. Grayscale: #595959. Windows color (decimal): -3595943 or 5841353. OLE color: 5841353.
HSL color Cylindrical-coordinate representation of color #C92159: hue angle of 340º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92159 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 89 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.21 |
| HSL | 340º | 0.72% | 0.46% | - |
| HSV(B) | 340º | 0.84% | 0.79% | - |
| XYZ | 26.43 | 14.23 | 10.8 | - |
| YUV | 89.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 89 | 0 | 0.84 | 0.56 | 0.21 | 340 | 0.72 | 0.46 |
| Hex | C9 | 21 | 59 | 0 | 54 | 38 | 15 | 154 | 48 | 2E |
| Octal | 311 | 41 | 131 | 0 | 124 | 70 | 25 | 524 | 110 | 56 |
| Binary | 11001001 | 100001 | 1011001 | 0 | 1010100 | 111000 | 10101 | 101010100 | 1001000 | 101110 |
Color Harmonies of #C92159
Complementary color
Monochromatic Colors of #C92159
Black with #C92159
Text Example
Text Example
White with #C92159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92159; }
p { color: rgb(201,33,89); }
H1.HeaderClassName
{
color: #C92159;
}
.AnyTagClassName
{
color: #C92159;
}
</style>
background-color css
<style>
a { background-color: #C92159; }
a { background-color: rgb(201,33,89); }
div.DivClassName
{
background-color: #C92159;
}
.BgClassName
{
background-color: #C92159;
}
</style>
border-color css
<style>
span { border-color: #C92159; }
span { border-color: rgb(201,33,89); }
td.TdClassName
{
border-color: #C92159;
}
.TagClassName
{
border-color: #C92159;
}
</style>