Shades of Old Rose #C9214F
Tints of Old Rose #C9214F
RGB
CMYK
RGB Variations
Color information
#C9214F (or 0xC9214F) is known color: Old Rose. HEX triplet: C9, 21 and 4F. RGB value is (201,33,79). Sum of RGB (Red+Green+Blue) = 201+33+79=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9214F is #36DEB0. Grayscale: #585858. Windows color (decimal): -3595953 or 5185993. OLE color: 5185993.
HSL color Cylindrical-coordinate representation of color #C9214F: hue angle of 343.57º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9214F is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 79 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.21 |
| HSL | 343.57º | 0.72% | 0.46% | - |
| HSV(B) | 343.57º | 0.84% | 0.79% | - |
| XYZ | 26.04 | 14.07 | 8.74 | - |
| YUV | 88.48 | 122.66 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 79 | 0 | 0.84 | 0.61 | 0.21 | 343.57 | 0.72 | 0.46 |
| Hex | C9 | 21 | 4F | 0 | 54 | 3D | 15 | 158 | 48 | 2E |
| Octal | 311 | 41 | 117 | 0 | 124 | 75 | 25 | 530 | 110 | 56 |
| Binary | 11001001 | 100001 | 1001111 | 0 | 1010100 | 111101 | 10101 | 101011000 | 1001000 | 101110 |
Color Harmonies of #C9214F
Complementary color
Monochromatic Colors of #C9214F
Black with #C9214F
Text Example
Text Example
White with #C9214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9214F; }
p { color: rgb(201,33,79); }
H1.HeaderClassName
{
color: #C9214F;
}
.AnyTagClassName
{
color: #C9214F;
}
</style>
background-color css
<style>
a { background-color: #C9214F; }
a { background-color: rgb(201,33,79); }
div.DivClassName
{
background-color: #C9214F;
}
.BgClassName
{
background-color: #C9214F;
}
</style>
border-color css
<style>
span { border-color: #C9214F; }
span { border-color: rgb(201,33,79); }
td.TdClassName
{
border-color: #C9214F;
}
.TagClassName
{
border-color: #C9214F;
}
</style>