Shades of Old Rose #C9394D
Tints of Old Rose #C9394D
RGB
CMYK
RGB Variations
Color information
#C9394D (or 0xC9394D) is known color: Old Rose. HEX triplet: C9, 39 and 4D. RGB value is (201,57,77). Sum of RGB (Red+Green+Blue) = 201+57+77=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9394D is #36C6B2. Grayscale: #666666. Windows color (decimal): -3589811 or 5061065. OLE color: 5061065.
HSL color Cylindrical-coordinate representation of color #C9394D: hue angle of 351.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9394D is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 77 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.21 |
| HSL | 351.67º | 0.57% | 0.51% | - |
| HSV(B) | 351.67º | 0.72% | 0.79% | - |
| XYZ | 26.89 | 15.88 | 8.67 | - |
| YUV | 102.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 77 | 0 | 0.72 | 0.62 | 0.21 | 351.67 | 0.57 | 0.51 |
| Hex | C9 | 39 | 4D | 0 | 48 | 3E | 15 | 160 | 39 | 33 |
| Octal | 311 | 71 | 115 | 0 | 110 | 76 | 25 | 540 | 71 | 63 |
| Binary | 11001001 | 111001 | 1001101 | 0 | 1001000 | 111110 | 10101 | 101100000 | 111001 | 110011 |
Color Harmonies of #C9394D
Complementary color
Monochromatic Colors of #C9394D
Black with #C9394D
Text Example
Text Example
White with #C9394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9394D; }
p { color: rgb(201,57,77); }
H1.HeaderClassName
{
color: #C9394D;
}
.AnyTagClassName
{
color: #C9394D;
}
</style>
background-color css
<style>
a { background-color: #C9394D; }
a { background-color: rgb(201,57,77); }
div.DivClassName
{
background-color: #C9394D;
}
.BgClassName
{
background-color: #C9394D;
}
</style>
border-color css
<style>
span { border-color: #C9394D; }
span { border-color: rgb(201,57,77); }
td.TdClassName
{
border-color: #C9394D;
}
.TagClassName
{
border-color: #C9394D;
}
</style>