Shades of Old Rose #C9224C
Tints of Old Rose #C9224C
RGB
CMYK
RGB Variations
Color information
#C9224C (or 0xC9224C) is known color: Old Rose. HEX triplet: C9, 22 and 4C. RGB value is (201,34,76). Sum of RGB (Red+Green+Blue) = 201+34+76=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9224C is #36DDB3. Grayscale: #585858. Windows color (decimal): -3595700 or 4989641. OLE color: 4989641.
HSL color Cylindrical-coordinate representation of color #C9224C: hue angle of 344.91º 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 #C9224C is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 76 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.21 |
| HSL | 344.91º | 0.71% | 0.46% | - |
| HSV(B) | 344.91º | 0.83% | 0.79% | - |
| XYZ | 25.96 | 14.08 | 8.19 | - |
| YUV | 88.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 76 | 0 | 0.83 | 0.62 | 0.21 | 344.91 | 0.71 | 0.46 |
| Hex | C9 | 22 | 4C | 0 | 53 | 3E | 15 | 159 | 47 | 2E |
| Octal | 311 | 42 | 114 | 0 | 123 | 76 | 25 | 531 | 107 | 56 |
| Binary | 11001001 | 100010 | 1001100 | 0 | 1010011 | 111110 | 10101 | 101011001 | 1000111 | 101110 |
Color Harmonies of #C9224C
Complementary color
Monochromatic Colors of #C9224C
Black with #C9224C
Text Example
Text Example
White with #C9224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9224C; }
p { color: rgb(201,34,76); }
H1.HeaderClassName
{
color: #C9224C;
}
.AnyTagClassName
{
color: #C9224C;
}
</style>
background-color css
<style>
a { background-color: #C9224C; }
a { background-color: rgb(201,34,76); }
div.DivClassName
{
background-color: #C9224C;
}
.BgClassName
{
background-color: #C9224C;
}
</style>
border-color css
<style>
span { border-color: #C9224C; }
span { border-color: rgb(201,34,76); }
td.TdClassName
{
border-color: #C9224C;
}
.TagClassName
{
border-color: #C9224C;
}
</style>