Shades of Old Rose #C9314C
Tints of Old Rose #C9314C
RGB
CMYK
RGB Variations
Color information
#C9314C (or 0xC9314C) is known color: Old Rose. HEX triplet: C9, 31 and 4C. RGB value is (201,49,76). Sum of RGB (Red+Green+Blue) = 201+49+76=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C9314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9314C is #36CEB3. Grayscale: #616161. Windows color (decimal): -3591860 or 4993481. OLE color: 4993481.
HSL color Cylindrical-coordinate representation of color #C9314C: hue angle of 349.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9314C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 76 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.21 |
| HSL | 349.34º | 0.61% | 0.49% | - |
| HSV(B) | 349.34º | 0.76% | 0.79% | - |
| XYZ | 26.49 | 15.14 | 8.36 | - |
| YUV | 97.53 | 115.86 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 76 | 0 | 0.76 | 0.62 | 0.21 | 349.34 | 0.61 | 0.49 |
| Hex | C9 | 31 | 4C | 0 | 4C | 3E | 15 | 15D | 3D | 31 |
| Octal | 311 | 61 | 114 | 0 | 114 | 76 | 25 | 535 | 75 | 61 |
| Binary | 11001001 | 110001 | 1001100 | 0 | 1001100 | 111110 | 10101 | 101011101 | 111101 | 110001 |
Color Harmonies of #C9314C
Complementary color
Monochromatic Colors of #C9314C
Black with #C9314C
Text Example
Text Example
White with #C9314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9314C; }
p { color: rgb(201,49,76); }
H1.HeaderClassName
{
color: #C9314C;
}
.AnyTagClassName
{
color: #C9314C;
}
</style>
background-color css
<style>
a { background-color: #C9314C; }
a { background-color: rgb(201,49,76); }
div.DivClassName
{
background-color: #C9314C;
}
.BgClassName
{
background-color: #C9314C;
}
</style>
border-color css
<style>
span { border-color: #C9314C; }
span { border-color: rgb(201,49,76); }
td.TdClassName
{
border-color: #C9314C;
}
.TagClassName
{
border-color: #C9314C;
}
</style>