Shades of Old Rose #C92350
Tints of Old Rose #C92350
RGB
CMYK
RGB Variations
Color information
#C92350 (or 0xC92350) is known color: Old Rose. HEX triplet: C9, 23 and 50. RGB value is (201,35,80). Sum of RGB (Red+Green+Blue) = 201+35+80=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C92350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92350 is #36DCAF. Grayscale: #595959. Windows color (decimal): -3595440 or 5252041. OLE color: 5252041.
HSL color Cylindrical-coordinate representation of color #C92350: hue angle of 343.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92350 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 80 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.21 |
| HSL | 343.73º | 0.7% | 0.46% | - |
| HSV(B) | 343.73º | 0.83% | 0.79% | - |
| XYZ | 26.14 | 14.2 | 8.95 | - |
| YUV | 89.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 80 | 0 | 0.83 | 0.60 | 0.21 | 343.73 | 0.7 | 0.46 |
| Hex | C9 | 23 | 50 | 0 | 53 | 3C | 15 | 158 | 46 | 2E |
| Octal | 311 | 43 | 120 | 0 | 123 | 74 | 25 | 530 | 106 | 56 |
| Binary | 11001001 | 100011 | 1010000 | 0 | 1010011 | 111100 | 10101 | 101011000 | 1000110 | 101110 |
Color Harmonies of #C92350
Complementary color
Monochromatic Colors of #C92350
Black with #C92350
Text Example
Text Example
White with #C92350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92350; }
p { color: rgb(201,35,80); }
H1.HeaderClassName
{
color: #C92350;
}
.AnyTagClassName
{
color: #C92350;
}
</style>
background-color css
<style>
a { background-color: #C92350; }
a { background-color: rgb(201,35,80); }
div.DivClassName
{
background-color: #C92350;
}
.BgClassName
{
background-color: #C92350;
}
</style>
border-color css
<style>
span { border-color: #C92350; }
span { border-color: rgb(201,35,80); }
td.TdClassName
{
border-color: #C92350;
}
.TagClassName
{
border-color: #C92350;
}
</style>