Shades of Old Rose #C9314F
Tints of Old Rose #C9314F
RGB
CMYK
RGB Variations
Color information
#C9314F (or 0xC9314F) is known color: Old Rose. HEX triplet: C9, 31 and 4F. RGB value is (201,49,79). Sum of RGB (Red+Green+Blue) = 201+49+79=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9314F is #36CEB0. Grayscale: #616161. Windows color (decimal): -3591857 or 5190089. OLE color: 5190089.
HSL color Cylindrical-coordinate representation of color #C9314F: hue angle of 348.16º 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 #C9314F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 79 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.21 |
| HSL | 348.16º | 0.61% | 0.49% | - |
| HSV(B) | 348.16º | 0.76% | 0.79% | - |
| XYZ | 26.6 | 15.18 | 8.93 | - |
| YUV | 97.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 79 | 0 | 0.76 | 0.61 | 0.21 | 348.16 | 0.61 | 0.49 |
| Hex | C9 | 31 | 4F | 0 | 4C | 3D | 15 | 15C | 3D | 31 |
| Octal | 311 | 61 | 117 | 0 | 114 | 75 | 25 | 534 | 75 | 61 |
| Binary | 11001001 | 110001 | 1001111 | 0 | 1001100 | 111101 | 10101 | 101011100 | 111101 | 110001 |
Color Harmonies of #C9314F
Complementary color
Monochromatic Colors of #C9314F
Black with #C9314F
Text Example
Text Example
White with #C9314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9314F; }
p { color: rgb(201,49,79); }
H1.HeaderClassName
{
color: #C9314F;
}
.AnyTagClassName
{
color: #C9314F;
}
</style>
background-color css
<style>
a { background-color: #C9314F; }
a { background-color: rgb(201,49,79); }
div.DivClassName
{
background-color: #C9314F;
}
.BgClassName
{
background-color: #C9314F;
}
</style>
border-color css
<style>
span { border-color: #C9314F; }
span { border-color: rgb(201,49,79); }
td.TdClassName
{
border-color: #C9314F;
}
.TagClassName
{
border-color: #C9314F;
}
</style>