Shades of Old Rose #C9294C
Tints of Old Rose #C9294C
RGB
CMYK
RGB Variations
Color information
#C9294C (or 0xC9294C) is known color: Old Rose. HEX triplet: C9, 29 and 4C. RGB value is (201,41,76). Sum of RGB (Red+Green+Blue) = 201+41+76=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9294C is #36D6B3. Grayscale: #5C5C5C. Windows color (decimal): -3593908 or 4991433. OLE color: 4991433.
HSL color Cylindrical-coordinate representation of color #C9294C: hue angle of 346.88º degrees, saturation: 0.66, 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 #C9294C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 76 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.21 |
| HSL | 346.88º | 0.66% | 0.47% | - |
| HSV(B) | 346.88º | 0.8% | 0.79% | - |
| XYZ | 26.18 | 14.53 | 8.26 | - |
| YUV | 92.83 | 118.51 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 76 | 0 | 0.80 | 0.62 | 0.21 | 346.88 | 0.66 | 0.47 |
| Hex | C9 | 29 | 4C | 0 | 50 | 3E | 15 | 15B | 42 | 2F |
| Octal | 311 | 51 | 114 | 0 | 120 | 76 | 25 | 533 | 102 | 57 |
| Binary | 11001001 | 101001 | 1001100 | 0 | 1010000 | 111110 | 10101 | 101011011 | 1000010 | 101111 |
Color Harmonies of #C9294C
Complementary color
Monochromatic Colors of #C9294C
Black with #C9294C
Text Example
Text Example
White with #C9294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9294C; }
p { color: rgb(201,41,76); }
H1.HeaderClassName
{
color: #C9294C;
}
.AnyTagClassName
{
color: #C9294C;
}
</style>
background-color css
<style>
a { background-color: #C9294C; }
a { background-color: rgb(201,41,76); }
div.DivClassName
{
background-color: #C9294C;
}
.BgClassName
{
background-color: #C9294C;
}
</style>
border-color css
<style>
span { border-color: #C9294C; }
span { border-color: rgb(201,41,76); }
td.TdClassName
{
border-color: #C9294C;
}
.TagClassName
{
border-color: #C9294C;
}
</style>