Shades of Old Rose #C92457
Tints of Old Rose #C92457
RGB
CMYK
RGB Variations
Color information
#C92457 (or 0xC92457) is known color: Old Rose. HEX triplet: C9, 24 and 57. RGB value is (201,36,87). Sum of RGB (Red+Green+Blue) = 201+36+87=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C92457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92457 is #36DBA8. Grayscale: #5B5B5B. Windows color (decimal): -3595177 or 5711049. OLE color: 5711049.
HSL color Cylindrical-coordinate representation of color #C92457: hue angle of 341.45º 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 #C92457 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 87 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.21 |
| HSL | 341.45º | 0.7% | 0.46% | - |
| HSV(B) | 341.45º | 0.82% | 0.79% | - |
| XYZ | 26.44 | 14.37 | 10.4 | - |
| YUV | 91.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 87 | 0 | 0.82 | 0.57 | 0.21 | 341.45 | 0.7 | 0.46 |
| Hex | C9 | 24 | 57 | 0 | 52 | 39 | 15 | 155 | 46 | 2E |
| Octal | 311 | 44 | 127 | 0 | 122 | 71 | 25 | 525 | 106 | 56 |
| Binary | 11001001 | 100100 | 1010111 | 0 | 1010010 | 111001 | 10101 | 101010101 | 1000110 | 101110 |
Color Harmonies of #C92457
Complementary color
Monochromatic Colors of #C92457
Black with #C92457
Text Example
Text Example
White with #C92457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92457; }
p { color: rgb(201,36,87); }
H1.HeaderClassName
{
color: #C92457;
}
.AnyTagClassName
{
color: #C92457;
}
</style>
background-color css
<style>
a { background-color: #C92457; }
a { background-color: rgb(201,36,87); }
div.DivClassName
{
background-color: #C92457;
}
.BgClassName
{
background-color: #C92457;
}
</style>
border-color css
<style>
span { border-color: #C92457; }
span { border-color: rgb(201,36,87); }
td.TdClassName
{
border-color: #C92457;
}
.TagClassName
{
border-color: #C92457;
}
</style>