Shades of Old Rose #C92853
Tints of Old Rose #C92853
RGB
CMYK
RGB Variations
Color information
#C92853 (or 0xC92853) is known color: Old Rose. HEX triplet: C9, 28 and 53. RGB value is (201,40,83). Sum of RGB (Red+Green+Blue) = 201+40+83=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C92853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92853 is #36D7AC. Grayscale: #5D5D5D. Windows color (decimal): -3594157 or 5449929. OLE color: 5449929.
HSL color Cylindrical-coordinate representation of color #C92853: hue angle of 343.98º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92853 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 83 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.21 |
| HSL | 343.98º | 0.67% | 0.47% | - |
| HSV(B) | 343.98º | 0.8% | 0.79% | - |
| XYZ | 26.41 | 14.56 | 9.6 | - |
| YUV | 93.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 83 | 0 | 0.80 | 0.59 | 0.21 | 343.98 | 0.67 | 0.47 |
| Hex | C9 | 28 | 53 | 0 | 50 | 3B | 15 | 158 | 43 | 2F |
| Octal | 311 | 50 | 123 | 0 | 120 | 73 | 25 | 530 | 103 | 57 |
| Binary | 11001001 | 101000 | 1010011 | 0 | 1010000 | 111011 | 10101 | 101011000 | 1000011 | 101111 |
Color Harmonies of #C92853
Complementary color
Monochromatic Colors of #C92853
Black with #C92853
Text Example
Text Example
White with #C92853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92853; }
p { color: rgb(201,40,83); }
H1.HeaderClassName
{
color: #C92853;
}
.AnyTagClassName
{
color: #C92853;
}
</style>
background-color css
<style>
a { background-color: #C92853; }
a { background-color: rgb(201,40,83); }
div.DivClassName
{
background-color: #C92853;
}
.BgClassName
{
background-color: #C92853;
}
</style>
border-color css
<style>
span { border-color: #C92853; }
span { border-color: rgb(201,40,83); }
td.TdClassName
{
border-color: #C92853;
}
.TagClassName
{
border-color: #C92853;
}
</style>