Shades of Old Rose #C92151
Tints of Old Rose #C92151
RGB
CMYK
RGB Variations
Color information
#C92151 (or 0xC92151) is known color: Old Rose. HEX triplet: C9, 21 and 51. RGB value is (201,33,81). Sum of RGB (Red+Green+Blue) = 201+33+81=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C92151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92151 is #36DEAE. Grayscale: #585858. Windows color (decimal): -3595951 or 5317065. OLE color: 5317065.
HSL color Cylindrical-coordinate representation of color #C92151: hue angle of 342.86º 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 #C92151 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 81 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.21 |
| HSL | 342.86º | 0.72% | 0.46% | - |
| HSV(B) | 342.86º | 0.84% | 0.79% | - |
| XYZ | 26.12 | 14.1 | 9.13 | - |
| YUV | 88.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 81 | 0 | 0.84 | 0.60 | 0.21 | 342.86 | 0.72 | 0.46 |
| Hex | C9 | 21 | 51 | 0 | 54 | 3C | 15 | 157 | 48 | 2E |
| Octal | 311 | 41 | 121 | 0 | 124 | 74 | 25 | 527 | 110 | 56 |
| Binary | 11001001 | 100001 | 1010001 | 0 | 1010100 | 111100 | 10101 | 101010111 | 1001000 | 101110 |
Color Harmonies of #C92151
Complementary color
Monochromatic Colors of #C92151
Black with #C92151
Text Example
Text Example
White with #C92151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92151; }
p { color: rgb(201,33,81); }
H1.HeaderClassName
{
color: #C92151;
}
.AnyTagClassName
{
color: #C92151;
}
</style>
background-color css
<style>
a { background-color: #C92151; }
a { background-color: rgb(201,33,81); }
div.DivClassName
{
background-color: #C92151;
}
.BgClassName
{
background-color: #C92151;
}
</style>
border-color css
<style>
span { border-color: #C92151; }
span { border-color: rgb(201,33,81); }
td.TdClassName
{
border-color: #C92151;
}
.TagClassName
{
border-color: #C92151;
}
</style>