Shades of Old Rose #C91952
Tints of Old Rose #C91952
RGB
CMYK
RGB Variations
Color information
#C91952 (or 0xC91952) is known color: Old Rose. HEX triplet: C9, 19 and 52. RGB value is (201,25,82). Sum of RGB (Red+Green+Blue) = 201+25+82=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C91952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91952 is #36E6AD. Grayscale: #545454. Windows color (decimal): -3597998 or 5380553. OLE color: 5380553.
HSL color Cylindrical-coordinate representation of color #C91952: hue angle of 340.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91952 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 82 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.21 |
| HSL | 340.57º | 0.78% | 0.44% | - |
| HSV(B) | 340.57º | 0.88% | 0.79% | - |
| XYZ | 25.96 | 13.72 | 9.26 | - |
| YUV | 84.12 | 126.81 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 82 | 0 | 0.88 | 0.59 | 0.21 | 340.57 | 0.78 | 0.44 |
| Hex | C9 | 19 | 52 | 0 | 58 | 3B | 15 | 155 | 4E | 2C |
| Octal | 311 | 31 | 122 | 0 | 130 | 73 | 25 | 525 | 116 | 54 |
| Binary | 11001001 | 11001 | 1010010 | 0 | 1011000 | 111011 | 10101 | 101010101 | 1001110 | 101100 |
Color Harmonies of #C91952
Complementary color
Monochromatic Colors of #C91952
Black with #C91952
Text Example
Text Example
White with #C91952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91952; }
p { color: rgb(201,25,82); }
H1.HeaderClassName
{
color: #C91952;
}
.AnyTagClassName
{
color: #C91952;
}
</style>
background-color css
<style>
a { background-color: #C91952; }
a { background-color: rgb(201,25,82); }
div.DivClassName
{
background-color: #C91952;
}
.BgClassName
{
background-color: #C91952;
}
</style>
border-color css
<style>
span { border-color: #C91952; }
span { border-color: rgb(201,25,82); }
td.TdClassName
{
border-color: #C91952;
}
.TagClassName
{
border-color: #C91952;
}
</style>