Shades of Old Rose #C92052
Tints of Old Rose #C92052
RGB
CMYK
RGB Variations
Color information
#C92052 (or 0xC92052) is known color: Old Rose. HEX triplet: C9, 20 and 52. RGB value is (201,32,82). Sum of RGB (Red+Green+Blue) = 201+32+82=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C92052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92052 is #36DFAD. Grayscale: #585858. Windows color (decimal): -3596206 or 5382345. OLE color: 5382345.
HSL color Cylindrical-coordinate representation of color #C92052: hue angle of 342.25º degrees, saturation: 0.73, 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 #C92052 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 82 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.21 |
| HSL | 342.25º | 0.73% | 0.46% | - |
| HSV(B) | 342.25º | 0.84% | 0.79% | - |
| XYZ | 26.13 | 14.06 | 9.32 | - |
| YUV | 88.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 82 | 0 | 0.84 | 0.59 | 0.21 | 342.25 | 0.73 | 0.46 |
| Hex | C9 | 20 | 52 | 0 | 54 | 3B | 15 | 156 | 49 | 2E |
| Octal | 311 | 40 | 122 | 0 | 124 | 73 | 25 | 526 | 111 | 56 |
| Binary | 11001001 | 100000 | 1010010 | 0 | 1010100 | 111011 | 10101 | 101010110 | 1001001 | 101110 |
Color Harmonies of #C92052
Complementary color
Monochromatic Colors of #C92052
Black with #C92052
Text Example
Text Example
White with #C92052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92052; }
p { color: rgb(201,32,82); }
H1.HeaderClassName
{
color: #C92052;
}
.AnyTagClassName
{
color: #C92052;
}
</style>
background-color css
<style>
a { background-color: #C92052; }
a { background-color: rgb(201,32,82); }
div.DivClassName
{
background-color: #C92052;
}
.BgClassName
{
background-color: #C92052;
}
</style>
border-color css
<style>
span { border-color: #C92052; }
span { border-color: rgb(201,32,82); }
td.TdClassName
{
border-color: #C92052;
}
.TagClassName
{
border-color: #C92052;
}
</style>