Shades of Old Rose #C9224B
Tints of Old Rose #C9224B
RGB
CMYK
RGB Variations
Color information
#C9224B (or 0xC9224B) is known color: Old Rose. HEX triplet: C9, 22 and 4B. RGB value is (201,34,75). Sum of RGB (Red+Green+Blue) = 201+34+75=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9224B is #36DDB4. Grayscale: #585858. Windows color (decimal): -3595701 or 4924105. OLE color: 4924105.
HSL color Cylindrical-coordinate representation of color #C9224B: hue angle of 345.27º 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 #C9224B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 75 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.21 |
| HSL | 345.27º | 0.71% | 0.46% | - |
| HSV(B) | 345.27º | 0.83% | 0.79% | - |
| XYZ | 25.93 | 14.07 | 8.01 | - |
| YUV | 88.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 75 | 0 | 0.83 | 0.63 | 0.21 | 345.27 | 0.71 | 0.46 |
| Hex | C9 | 22 | 4B | 0 | 53 | 3F | 15 | 159 | 47 | 2E |
| Octal | 311 | 42 | 113 | 0 | 123 | 77 | 25 | 531 | 107 | 56 |
| Binary | 11001001 | 100010 | 1001011 | 0 | 1010011 | 111111 | 10101 | 101011001 | 1000111 | 101110 |
Color Harmonies of #C9224B
Complementary color
Monochromatic Colors of #C9224B
Black with #C9224B
Text Example
Text Example
White with #C9224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9224B; }
p { color: rgb(201,34,75); }
H1.HeaderClassName
{
color: #C9224B;
}
.AnyTagClassName
{
color: #C9224B;
}
</style>
background-color css
<style>
a { background-color: #C9224B; }
a { background-color: rgb(201,34,75); }
div.DivClassName
{
background-color: #C9224B;
}
.BgClassName
{
background-color: #C9224B;
}
</style>
border-color css
<style>
span { border-color: #C9224B; }
span { border-color: rgb(201,34,75); }
td.TdClassName
{
border-color: #C9224B;
}
.TagClassName
{
border-color: #C9224B;
}
</style>