Shades of Old Rose #C92459
Tints of Old Rose #C92459
RGB
CMYK
RGB Variations
Color information
#C92459 (or 0xC92459) is known color: Old Rose. HEX triplet: C9, 24 and 59. RGB value is (201,36,89). Sum of RGB (Red+Green+Blue) = 201+36+89=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C92459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92459 is #36DBA6. Grayscale: #5B5B5B. Windows color (decimal): -3595175 or 5842121. OLE color: 5842121.
HSL color Cylindrical-coordinate representation of color #C92459: hue angle of 340.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92459 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 89 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.21 |
| HSL | 340.73º | 0.7% | 0.46% | - |
| HSV(B) | 340.73º | 0.82% | 0.79% | - |
| XYZ | 26.52 | 14.4 | 10.83 | - |
| YUV | 91.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 89 | 0 | 0.82 | 0.56 | 0.21 | 340.73 | 0.7 | 0.46 |
| Hex | C9 | 24 | 59 | 0 | 52 | 38 | 15 | 155 | 46 | 2E |
| Octal | 311 | 44 | 131 | 0 | 122 | 70 | 25 | 525 | 106 | 56 |
| Binary | 11001001 | 100100 | 1011001 | 0 | 1010010 | 111000 | 10101 | 101010101 | 1000110 | 101110 |
Color Harmonies of #C92459
Complementary color
Monochromatic Colors of #C92459
Black with #C92459
Text Example
Text Example
White with #C92459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92459; }
p { color: rgb(201,36,89); }
H1.HeaderClassName
{
color: #C92459;
}
.AnyTagClassName
{
color: #C92459;
}
</style>
background-color css
<style>
a { background-color: #C92459; }
a { background-color: rgb(201,36,89); }
div.DivClassName
{
background-color: #C92459;
}
.BgClassName
{
background-color: #C92459;
}
</style>
border-color css
<style>
span { border-color: #C92459; }
span { border-color: rgb(201,36,89); }
td.TdClassName
{
border-color: #C92459;
}
.TagClassName
{
border-color: #C92459;
}
</style>