Shades of Old Rose #C9215D
Tints of Old Rose #C9215D
RGB
CMYK
RGB Variations
Color information
#C9215D (or 0xC9215D) is known color: Old Rose. HEX triplet: C9, 21 and 5D. RGB value is (201,33,93). Sum of RGB (Red+Green+Blue) = 201+33+93=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9215D is #36DEA2. Grayscale: #5A5A5A. Windows color (decimal): -3595939 or 6103497. OLE color: 6103497.
HSL color Cylindrical-coordinate representation of color #C9215D: hue angle of 338.57º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9215D is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 93 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.21 |
| HSL | 338.57º | 0.72% | 0.46% | - |
| HSV(B) | 338.57º | 0.84% | 0.79% | - |
| XYZ | 26.61 | 14.3 | 11.71 | - |
| YUV | 90.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 93 | 0 | 0.84 | 0.54 | 0.21 | 338.57 | 0.72 | 0.46 |
| Hex | C9 | 21 | 5D | 0 | 54 | 36 | 15 | 153 | 48 | 2E |
| Octal | 311 | 41 | 135 | 0 | 124 | 66 | 25 | 523 | 110 | 56 |
| Binary | 11001001 | 100001 | 1011101 | 0 | 1010100 | 110110 | 10101 | 101010011 | 1001000 | 101110 |
Color Harmonies of #C9215D
Complementary color
Monochromatic Colors of #C9215D
Black with #C9215D
Text Example
Text Example
White with #C9215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9215D; }
p { color: rgb(201,33,93); }
H1.HeaderClassName
{
color: #C9215D;
}
.AnyTagClassName
{
color: #C9215D;
}
</style>
background-color css
<style>
a { background-color: #C9215D; }
a { background-color: rgb(201,33,93); }
div.DivClassName
{
background-color: #C9215D;
}
.BgClassName
{
background-color: #C9215D;
}
</style>
border-color css
<style>
span { border-color: #C9215D; }
span { border-color: rgb(201,33,93); }
td.TdClassName
{
border-color: #C9215D;
}
.TagClassName
{
border-color: #C9215D;
}
</style>