Shades of Old Rose #C9214C
Tints of Old Rose #C9214C
RGB
CMYK
RGB Variations
Color information
#C9214C (or 0xC9214C) is known color: Old Rose. HEX triplet: C9, 21 and 4C. RGB value is (201,33,76). Sum of RGB (Red+Green+Blue) = 201+33+76=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9214C is #36DEB3. Grayscale: #585858. Windows color (decimal): -3595956 or 4989385. OLE color: 4989385.
HSL color Cylindrical-coordinate representation of color #C9214C: hue angle of 344.64º 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 #C9214C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 76 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.21 |
| HSL | 344.64º | 0.72% | 0.46% | - |
| HSV(B) | 344.64º | 0.84% | 0.79% | - |
| XYZ | 25.94 | 14.03 | 8.18 | - |
| YUV | 88.13 | 121.16 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 76 | 0 | 0.84 | 0.62 | 0.21 | 344.64 | 0.72 | 0.46 |
| Hex | C9 | 21 | 4C | 0 | 54 | 3E | 15 | 159 | 48 | 2E |
| Octal | 311 | 41 | 114 | 0 | 124 | 76 | 25 | 531 | 110 | 56 |
| Binary | 11001001 | 100001 | 1001100 | 0 | 1010100 | 111110 | 10101 | 101011001 | 1001000 | 101110 |
Color Harmonies of #C9214C
Complementary color
Monochromatic Colors of #C9214C
Black with #C9214C
Text Example
Text Example
White with #C9214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9214C; }
p { color: rgb(201,33,76); }
H1.HeaderClassName
{
color: #C9214C;
}
.AnyTagClassName
{
color: #C9214C;
}
</style>
background-color css
<style>
a { background-color: #C9214C; }
a { background-color: rgb(201,33,76); }
div.DivClassName
{
background-color: #C9214C;
}
.BgClassName
{
background-color: #C9214C;
}
</style>
border-color css
<style>
span { border-color: #C9214C; }
span { border-color: rgb(201,33,76); }
td.TdClassName
{
border-color: #C9214C;
}
.TagClassName
{
border-color: #C9214C;
}
</style>