Shades of Old Rose #C9385D
Tints of Old Rose #C9385D
RGB
CMYK
RGB Variations
Color information
#C9385D (or 0xC9385D) is known color: Old Rose. HEX triplet: C9, 38 and 5D. RGB value is (201,56,93). Sum of RGB (Red+Green+Blue) = 201+56+93=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9385D is #36C7A2. Grayscale: #676767. Windows color (decimal): -3590051 or 6109385. OLE color: 6109385.
HSL color Cylindrical-coordinate representation of color #C9385D: hue angle of 344.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9385D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 93 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.21 |
| HSL | 344.69º | 0.57% | 0.5% | - |
| HSV(B) | 344.69º | 0.72% | 0.79% | - |
| XYZ | 27.48 | 16.04 | 12 | - |
| YUV | 103.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 93 | 0 | 0.72 | 0.54 | 0.21 | 344.69 | 0.57 | 0.5 |
| Hex | C9 | 38 | 5D | 0 | 48 | 36 | 15 | 159 | 39 | 32 |
| Octal | 311 | 70 | 135 | 0 | 110 | 66 | 25 | 531 | 71 | 62 |
| Binary | 11001001 | 111000 | 1011101 | 0 | 1001000 | 110110 | 10101 | 101011001 | 111001 | 110010 |
Color Harmonies of #C9385D
Complementary color
Monochromatic Colors of #C9385D
Black with #C9385D
Text Example
Text Example
White with #C9385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9385D; }
p { color: rgb(201,56,93); }
H1.HeaderClassName
{
color: #C9385D;
}
.AnyTagClassName
{
color: #C9385D;
}
</style>
background-color css
<style>
a { background-color: #C9385D; }
a { background-color: rgb(201,56,93); }
div.DivClassName
{
background-color: #C9385D;
}
.BgClassName
{
background-color: #C9385D;
}
</style>
border-color css
<style>
span { border-color: #C9385D; }
span { border-color: rgb(201,56,93); }
td.TdClassName
{
border-color: #C9385D;
}
.TagClassName
{
border-color: #C9385D;
}
</style>