Shades of Old Rose #C9385B
Tints of Old Rose #C9385B
RGB
CMYK
RGB Variations
Color information
#C9385B (or 0xC9385B) is known color: Old Rose. HEX triplet: C9, 38 and 5B. RGB value is (201,56,91). Sum of RGB (Red+Green+Blue) = 201+56+91=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9385B is #36C7A4. Grayscale: #676767. Windows color (decimal): -3590053 or 5978313. OLE color: 5978313.
HSL color Cylindrical-coordinate representation of color #C9385B: hue angle of 345.52º 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 #C9385B is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 91 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.21 |
| HSL | 345.52º | 0.57% | 0.5% | - |
| HSV(B) | 345.52º | 0.72% | 0.79% | - |
| XYZ | 27.39 | 16 | 11.54 | - |
| YUV | 103.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 91 | 0 | 0.72 | 0.55 | 0.21 | 345.52 | 0.57 | 0.5 |
| Hex | C9 | 38 | 5B | 0 | 48 | 37 | 15 | 15A | 39 | 32 |
| Octal | 311 | 70 | 133 | 0 | 110 | 67 | 25 | 532 | 71 | 62 |
| Binary | 11001001 | 111000 | 1011011 | 0 | 1001000 | 110111 | 10101 | 101011010 | 111001 | 110010 |
Color Harmonies of #C9385B
Complementary color
Monochromatic Colors of #C9385B
Black with #C9385B
Text Example
Text Example
White with #C9385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9385B; }
p { color: rgb(201,56,91); }
H1.HeaderClassName
{
color: #C9385B;
}
.AnyTagClassName
{
color: #C9385B;
}
</style>
background-color css
<style>
a { background-color: #C9385B; }
a { background-color: rgb(201,56,91); }
div.DivClassName
{
background-color: #C9385B;
}
.BgClassName
{
background-color: #C9385B;
}
</style>
border-color css
<style>
span { border-color: #C9385B; }
span { border-color: rgb(201,56,91); }
td.TdClassName
{
border-color: #C9385B;
}
.TagClassName
{
border-color: #C9385B;
}
</style>