Shades of Old Rose #C91D4D
Tints of Old Rose #C91D4D
RGB
CMYK
RGB Variations
Color information
#C91D4D (or 0xC91D4D) is known color: Old Rose. HEX triplet: C9, 1D and 4D. RGB value is (201,29,77). Sum of RGB (Red+Green+Blue) = 201+29+77=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91D4D is #36E2B2. Grayscale: #555555. Windows color (decimal): -3596979 or 5053897. OLE color: 5053897.
HSL color Cylindrical-coordinate representation of color #C91D4D: hue angle of 343.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91D4D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 77 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.21 |
| HSL | 343.26º | 0.75% | 0.45% | - |
| HSV(B) | 343.26º | 0.86% | 0.79% | - |
| XYZ | 25.87 | 13.83 | 8.33 | - |
| YUV | 85.9 | 122.98 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 77 | 0 | 0.86 | 0.62 | 0.21 | 343.26 | 0.75 | 0.45 |
| Hex | C9 | 1D | 4D | 0 | 56 | 3E | 15 | 157 | 4B | 2D |
| Octal | 311 | 35 | 115 | 0 | 126 | 76 | 25 | 527 | 113 | 55 |
| Binary | 11001001 | 11101 | 1001101 | 0 | 1010110 | 111110 | 10101 | 101010111 | 1001011 | 101101 |
Color Harmonies of #C91D4D
Complementary color
Monochromatic Colors of #C91D4D
Black with #C91D4D
Text Example
Text Example
White with #C91D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D4D; }
p { color: rgb(201,29,77); }
H1.HeaderClassName
{
color: #C91D4D;
}
.AnyTagClassName
{
color: #C91D4D;
}
</style>
background-color css
<style>
a { background-color: #C91D4D; }
a { background-color: rgb(201,29,77); }
div.DivClassName
{
background-color: #C91D4D;
}
.BgClassName
{
background-color: #C91D4D;
}
</style>
border-color css
<style>
span { border-color: #C91D4D; }
span { border-color: rgb(201,29,77); }
td.TdClassName
{
border-color: #C91D4D;
}
.TagClassName
{
border-color: #C91D4D;
}
</style>