Shades of Old Rose #C9284E
Tints of Old Rose #C9284E
RGB
CMYK
RGB Variations
Color information
#C9284E (or 0xC9284E) is known color: Old Rose. HEX triplet: C9, 28 and 4E. RGB value is (201,40,78). Sum of RGB (Red+Green+Blue) = 201+40+78=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C9284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9284E is #36D7B1. Grayscale: #5C5C5C. Windows color (decimal): -3594162 or 5122249. OLE color: 5122249.
HSL color Cylindrical-coordinate representation of color #C9284E: hue angle of 345.84º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9284E is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 78 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.21 |
| HSL | 345.84º | 0.67% | 0.47% | - |
| HSV(B) | 345.84º | 0.8% | 0.79% | - |
| XYZ | 26.22 | 14.49 | 8.62 | - |
| YUV | 92.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 78 | 0 | 0.80 | 0.61 | 0.21 | 345.84 | 0.67 | 0.47 |
| Hex | C9 | 28 | 4E | 0 | 50 | 3D | 15 | 15A | 43 | 2F |
| Octal | 311 | 50 | 116 | 0 | 120 | 75 | 25 | 532 | 103 | 57 |
| Binary | 11001001 | 101000 | 1001110 | 0 | 1010000 | 111101 | 10101 | 101011010 | 1000011 | 101111 |
Color Harmonies of #C9284E
Complementary color
Monochromatic Colors of #C9284E
Black with #C9284E
Text Example
Text Example
White with #C9284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9284E; }
p { color: rgb(201,40,78); }
H1.HeaderClassName
{
color: #C9284E;
}
.AnyTagClassName
{
color: #C9284E;
}
</style>
background-color css
<style>
a { background-color: #C9284E; }
a { background-color: rgb(201,40,78); }
div.DivClassName
{
background-color: #C9284E;
}
.BgClassName
{
background-color: #C9284E;
}
</style>
border-color css
<style>
span { border-color: #C9284E; }
span { border-color: rgb(201,40,78); }
td.TdClassName
{
border-color: #C9284E;
}
.TagClassName
{
border-color: #C9284E;
}
</style>