Shades of Old Rose #C92455
Tints of Old Rose #C92455
RGB
CMYK
RGB Variations
Color information
#C92455 (or 0xC92455) is known color: Old Rose. HEX triplet: C9, 24 and 55. RGB value is (201,36,85). Sum of RGB (Red+Green+Blue) = 201+36+85=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C92455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92455 is #36DBAA. Grayscale: #5A5A5A. Windows color (decimal): -3595179 or 5579977. OLE color: 5579977.
HSL color Cylindrical-coordinate representation of color #C92455: hue angle of 342.18º 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 #C92455 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 85 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.21 |
| HSL | 342.18º | 0.7% | 0.46% | - |
| HSV(B) | 342.18º | 0.82% | 0.79% | - |
| XYZ | 26.36 | 14.34 | 9.97 | - |
| YUV | 90.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 85 | 0 | 0.82 | 0.58 | 0.21 | 342.18 | 0.7 | 0.46 |
| Hex | C9 | 24 | 55 | 0 | 52 | 3A | 15 | 156 | 46 | 2E |
| Octal | 311 | 44 | 125 | 0 | 122 | 72 | 25 | 526 | 106 | 56 |
| Binary | 11001001 | 100100 | 1010101 | 0 | 1010010 | 111010 | 10101 | 101010110 | 1000110 | 101110 |
Color Harmonies of #C92455
Complementary color
Monochromatic Colors of #C92455
Black with #C92455
Text Example
Text Example
White with #C92455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92455; }
p { color: rgb(201,36,85); }
H1.HeaderClassName
{
color: #C92455;
}
.AnyTagClassName
{
color: #C92455;
}
</style>
background-color css
<style>
a { background-color: #C92455; }
a { background-color: rgb(201,36,85); }
div.DivClassName
{
background-color: #C92455;
}
.BgClassName
{
background-color: #C92455;
}
</style>
border-color css
<style>
span { border-color: #C92455; }
span { border-color: rgb(201,36,85); }
td.TdClassName
{
border-color: #C92455;
}
.TagClassName
{
border-color: #C92455;
}
</style>