Shades of Old Rose #C9395B
Tints of Old Rose #C9395B
RGB
CMYK
RGB Variations
Color information
#C9395B (or 0xC9395B) is known color: Old Rose. HEX triplet: C9, 39 and 5B. RGB value is (201,57,91). Sum of RGB (Red+Green+Blue) = 201+57+91=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9395B is #36C6A4. Grayscale: #676767. Windows color (decimal): -3589797 or 5978569. OLE color: 5978569.
HSL color Cylindrical-coordinate representation of color #C9395B: hue angle of 345.83º 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 #C9395B is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 91 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.21 |
| HSL | 345.83º | 0.57% | 0.51% | - |
| HSV(B) | 345.83º | 0.72% | 0.79% | - |
| XYZ | 27.44 | 16.1 | 11.56 | - |
| YUV | 103.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 91 | 0 | 0.72 | 0.55 | 0.21 | 345.83 | 0.57 | 0.51 |
| Hex | C9 | 39 | 5B | 0 | 48 | 37 | 15 | 15A | 39 | 33 |
| Octal | 311 | 71 | 133 | 0 | 110 | 67 | 25 | 532 | 71 | 63 |
| Binary | 11001001 | 111001 | 1011011 | 0 | 1001000 | 110111 | 10101 | 101011010 | 111001 | 110011 |
Color Harmonies of #C9395B
Complementary color
Monochromatic Colors of #C9395B
Black with #C9395B
Text Example
Text Example
White with #C9395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9395B; }
p { color: rgb(201,57,91); }
H1.HeaderClassName
{
color: #C9395B;
}
.AnyTagClassName
{
color: #C9395B;
}
</style>
background-color css
<style>
a { background-color: #C9395B; }
a { background-color: rgb(201,57,91); }
div.DivClassName
{
background-color: #C9395B;
}
.BgClassName
{
background-color: #C9395B;
}
</style>
border-color css
<style>
span { border-color: #C9395B; }
span { border-color: rgb(201,57,91); }
td.TdClassName
{
border-color: #C9395B;
}
.TagClassName
{
border-color: #C9395B;
}
</style>