Shades of Old Rose #C9224D
Tints of Old Rose #C9224D
RGB
CMYK
RGB Variations
Color information
#C9224D (or 0xC9224D) is known color: Old Rose. HEX triplet: C9, 22 and 4D. RGB value is (201,34,77). Sum of RGB (Red+Green+Blue) = 201+34+77=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9224D is #36DDB2. Grayscale: #585858. Windows color (decimal): -3595699 or 5055177. OLE color: 5055177.
HSL color Cylindrical-coordinate representation of color #C9224D: hue angle of 344.55º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9224D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 77 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.21 |
| HSL | 344.55º | 0.71% | 0.46% | - |
| HSV(B) | 344.55º | 0.83% | 0.79% | - |
| XYZ | 26 | 14.1 | 8.37 | - |
| YUV | 88.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 77 | 0 | 0.83 | 0.62 | 0.21 | 344.55 | 0.71 | 0.46 |
| Hex | C9 | 22 | 4D | 0 | 53 | 3E | 15 | 159 | 47 | 2E |
| Octal | 311 | 42 | 115 | 0 | 123 | 76 | 25 | 531 | 107 | 56 |
| Binary | 11001001 | 100010 | 1001101 | 0 | 1010011 | 111110 | 10101 | 101011001 | 1000111 | 101110 |
Color Harmonies of #C9224D
Complementary color
Monochromatic Colors of #C9224D
Black with #C9224D
Text Example
Text Example
White with #C9224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9224D; }
p { color: rgb(201,34,77); }
H1.HeaderClassName
{
color: #C9224D;
}
.AnyTagClassName
{
color: #C9224D;
}
</style>
background-color css
<style>
a { background-color: #C9224D; }
a { background-color: rgb(201,34,77); }
div.DivClassName
{
background-color: #C9224D;
}
.BgClassName
{
background-color: #C9224D;
}
</style>
border-color css
<style>
span { border-color: #C9224D; }
span { border-color: rgb(201,34,77); }
td.TdClassName
{
border-color: #C9224D;
}
.TagClassName
{
border-color: #C9224D;
}
</style>