Shades of Old Rose #C92150
Tints of Old Rose #C92150
RGB
CMYK
RGB Variations
Color information
#C92150 (or 0xC92150) is known color: Old Rose. HEX triplet: C9, 21 and 50. RGB value is (201,33,80). Sum of RGB (Red+Green+Blue) = 201+33+80=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C92150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92150 is #36DEAF. Grayscale: #585858. Windows color (decimal): -3595952 or 5251529. OLE color: 5251529.
HSL color Cylindrical-coordinate representation of color #C92150: hue angle of 343.21º 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 #C92150 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 80 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.21 |
| HSL | 343.21º | 0.72% | 0.46% | - |
| HSV(B) | 343.21º | 0.84% | 0.79% | - |
| XYZ | 26.08 | 14.08 | 8.93 | - |
| YUV | 88.59 | 123.16 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 80 | 0 | 0.84 | 0.60 | 0.21 | 343.21 | 0.72 | 0.46 |
| Hex | C9 | 21 | 50 | 0 | 54 | 3C | 15 | 157 | 48 | 2E |
| Octal | 311 | 41 | 120 | 0 | 124 | 74 | 25 | 527 | 110 | 56 |
| Binary | 11001001 | 100001 | 1010000 | 0 | 1010100 | 111100 | 10101 | 101010111 | 1001000 | 101110 |
Color Harmonies of #C92150
Complementary color
Monochromatic Colors of #C92150
Black with #C92150
Text Example
Text Example
White with #C92150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92150; }
p { color: rgb(201,33,80); }
H1.HeaderClassName
{
color: #C92150;
}
.AnyTagClassName
{
color: #C92150;
}
</style>
background-color css
<style>
a { background-color: #C92150; }
a { background-color: rgb(201,33,80); }
div.DivClassName
{
background-color: #C92150;
}
.BgClassName
{
background-color: #C92150;
}
</style>
border-color css
<style>
span { border-color: #C92150; }
span { border-color: rgb(201,33,80); }
td.TdClassName
{
border-color: #C92150;
}
.TagClassName
{
border-color: #C92150;
}
</style>