Shades of Old Rose #C91852
Tints of Old Rose #C91852
RGB
CMYK
RGB Variations
Color information
#C91852 (or 0xC91852) is known color: Old Rose. HEX triplet: C9, 18 and 52. RGB value is (201,24,82). Sum of RGB (Red+Green+Blue) = 201+24+82=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C91852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91852 is #36E7AD. Grayscale: #535353. Windows color (decimal): -3598254 or 5380297. OLE color: 5380297.
HSL color Cylindrical-coordinate representation of color #C91852: hue angle of 340.34º degrees, saturation: 0.79, 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 #C91852 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 82 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.21 |
| HSL | 340.34º | 0.79% | 0.44% | - |
| HSV(B) | 340.34º | 0.88% | 0.79% | - |
| XYZ | 25.94 | 13.68 | 9.26 | - |
| YUV | 83.54 | 127.14 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 82 | 0 | 0.88 | 0.59 | 0.21 | 340.34 | 0.79 | 0.44 |
| Hex | C9 | 18 | 52 | 0 | 58 | 3B | 15 | 154 | 4F | 2C |
| Octal | 311 | 30 | 122 | 0 | 130 | 73 | 25 | 524 | 117 | 54 |
| Binary | 11001001 | 11000 | 1010010 | 0 | 1011000 | 111011 | 10101 | 101010100 | 1001111 | 101100 |
Color Harmonies of #C91852
Complementary color
Monochromatic Colors of #C91852
Black with #C91852
Text Example
Text Example
White with #C91852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91852; }
p { color: rgb(201,24,82); }
H1.HeaderClassName
{
color: #C91852;
}
.AnyTagClassName
{
color: #C91852;
}
</style>
background-color css
<style>
a { background-color: #C91852; }
a { background-color: rgb(201,24,82); }
div.DivClassName
{
background-color: #C91852;
}
.BgClassName
{
background-color: #C91852;
}
</style>
border-color css
<style>
span { border-color: #C91852; }
span { border-color: rgb(201,24,82); }
td.TdClassName
{
border-color: #C91852;
}
.TagClassName
{
border-color: #C91852;
}
</style>