Shades of Old Rose #C92952
Tints of Old Rose #C92952
RGB
CMYK
RGB Variations
Color information
#C92952 (or 0xC92952) is known color: Old Rose. HEX triplet: C9, 29 and 52. RGB value is (201,41,82). Sum of RGB (Red+Green+Blue) = 201+41+82=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C92952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92952 is #36D6AD. Grayscale: #5D5D5D. Windows color (decimal): -3593902 or 5384649. OLE color: 5384649.
HSL color Cylindrical-coordinate representation of color #C92952: hue angle of 344.62º degrees, saturation: 0.66, 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 #C92952 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 82 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.21 |
| HSL | 344.63º | 0.66% | 0.47% | - |
| HSV(B) | 344.63º | 0.8% | 0.79% | - |
| XYZ | 26.4 | 14.61 | 9.41 | - |
| YUV | 93.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 82 | 0 | 0.80 | 0.59 | 0.21 | 344.63 | 0.66 | 0.47 |
| Hex | C9 | 29 | 52 | 0 | 50 | 3B | 15 | 159 | 42 | 2F |
| Octal | 311 | 51 | 122 | 0 | 120 | 73 | 25 | 531 | 102 | 57 |
| Binary | 11001001 | 101001 | 1010010 | 0 | 1010000 | 111011 | 10101 | 101011001 | 1000010 | 101111 |
Color Harmonies of #C92952
Complementary color
Monochromatic Colors of #C92952
Black with #C92952
Text Example
Text Example
White with #C92952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92952; }
p { color: rgb(201,41,82); }
H1.HeaderClassName
{
color: #C92952;
}
.AnyTagClassName
{
color: #C92952;
}
</style>
background-color css
<style>
a { background-color: #C92952; }
a { background-color: rgb(201,41,82); }
div.DivClassName
{
background-color: #C92952;
}
.BgClassName
{
background-color: #C92952;
}
</style>
border-color css
<style>
span { border-color: #C92952; }
span { border-color: rgb(201,41,82); }
td.TdClassName
{
border-color: #C92952;
}
.TagClassName
{
border-color: #C92952;
}
</style>