Shades of Old Rose #C92059
Tints of Old Rose #C92059
RGB
CMYK
RGB Variations
Color information
#C92059 (or 0xC92059) is known color: Old Rose. HEX triplet: C9, 20 and 59. RGB value is (201,32,89). Sum of RGB (Red+Green+Blue) = 201+32+89=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C92059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92059 is #36DFA6. Grayscale: #585858. Windows color (decimal): -3596199 or 5841097. OLE color: 5841097.
HSL color Cylindrical-coordinate representation of color #C92059: hue angle of 339.76º degrees, saturation: 0.73, 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 #C92059 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 89 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.21 |
| HSL | 339.76º | 0.73% | 0.46% | - |
| HSV(B) | 339.76º | 0.84% | 0.79% | - |
| XYZ | 26.41 | 14.17 | 10.79 | - |
| YUV | 89.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 89 | 0 | 0.84 | 0.56 | 0.21 | 339.76 | 0.73 | 0.46 |
| Hex | C9 | 20 | 59 | 0 | 54 | 38 | 15 | 154 | 49 | 2E |
| Octal | 311 | 40 | 131 | 0 | 124 | 70 | 25 | 524 | 111 | 56 |
| Binary | 11001001 | 100000 | 1011001 | 0 | 1010100 | 111000 | 10101 | 101010100 | 1001001 | 101110 |
Color Harmonies of #C92059
Complementary color
Monochromatic Colors of #C92059
Black with #C92059
Text Example
Text Example
White with #C92059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92059; }
p { color: rgb(201,32,89); }
H1.HeaderClassName
{
color: #C92059;
}
.AnyTagClassName
{
color: #C92059;
}
</style>
background-color css
<style>
a { background-color: #C92059; }
a { background-color: rgb(201,32,89); }
div.DivClassName
{
background-color: #C92059;
}
.BgClassName
{
background-color: #C92059;
}
</style>
border-color css
<style>
span { border-color: #C92059; }
span { border-color: rgb(201,32,89); }
td.TdClassName
{
border-color: #C92059;
}
.TagClassName
{
border-color: #C92059;
}
</style>