Shades of Old Rose #C9224E
Tints of Old Rose #C9224E
RGB
CMYK
RGB Variations
Color information
#C9224E (or 0xC9224E) is known color: Old Rose. HEX triplet: C9, 22 and 4E. RGB value is (201,34,78). Sum of RGB (Red+Green+Blue) = 201+34+78=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9224E is #36DDB1. Grayscale: #585858. Windows color (decimal): -3595698 or 5120713. OLE color: 5120713.
HSL color Cylindrical-coordinate representation of color #C9224E: hue angle of 344.19º 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 #C9224E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 78 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.21 |
| HSL | 344.19º | 0.71% | 0.46% | - |
| HSV(B) | 344.19º | 0.83% | 0.79% | - |
| XYZ | 26.03 | 14.11 | 8.56 | - |
| YUV | 88.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 78 | 0 | 0.83 | 0.61 | 0.21 | 344.19 | 0.71 | 0.46 |
| Hex | C9 | 22 | 4E | 0 | 53 | 3D | 15 | 158 | 47 | 2E |
| Octal | 311 | 42 | 116 | 0 | 123 | 75 | 25 | 530 | 107 | 56 |
| Binary | 11001001 | 100010 | 1001110 | 0 | 1010011 | 111101 | 10101 | 101011000 | 1000111 | 101110 |
Color Harmonies of #C9224E
Complementary color
Monochromatic Colors of #C9224E
Black with #C9224E
Text Example
Text Example
White with #C9224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9224E; }
p { color: rgb(201,34,78); }
H1.HeaderClassName
{
color: #C9224E;
}
.AnyTagClassName
{
color: #C9224E;
}
</style>
background-color css
<style>
a { background-color: #C9224E; }
a { background-color: rgb(201,34,78); }
div.DivClassName
{
background-color: #C9224E;
}
.BgClassName
{
background-color: #C9224E;
}
</style>
border-color css
<style>
span { border-color: #C9224E; }
span { border-color: rgb(201,34,78); }
td.TdClassName
{
border-color: #C9224E;
}
.TagClassName
{
border-color: #C9224E;
}
</style>