Shades of Old Rose #C9294A
Tints of Old Rose #C9294A
RGB
CMYK
RGB Variations
Color information
#C9294A (or 0xC9294A) is known color: Old Rose. HEX triplet: C9, 29 and 4A. RGB value is (201,41,74). Sum of RGB (Red+Green+Blue) = 201+41+74=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9294A is #36D6B5. Grayscale: #5C5C5C. Windows color (decimal): -3593910 or 4860361. OLE color: 4860361.
HSL color Cylindrical-coordinate representation of color #C9294A: hue angle of 347.62º 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 #C9294A is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 74 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.21 |
| HSL | 347.63º | 0.66% | 0.47% | - |
| HSV(B) | 347.63º | 0.8% | 0.79% | - |
| XYZ | 26.12 | 14.5 | 7.9 | - |
| YUV | 92.6 | 117.51 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 74 | 0 | 0.80 | 0.63 | 0.21 | 347.63 | 0.66 | 0.47 |
| Hex | C9 | 29 | 4A | 0 | 50 | 3F | 15 | 15C | 42 | 2F |
| Octal | 311 | 51 | 112 | 0 | 120 | 77 | 25 | 534 | 102 | 57 |
| Binary | 11001001 | 101001 | 1001010 | 0 | 1010000 | 111111 | 10101 | 101011100 | 1000010 | 101111 |
Color Harmonies of #C9294A
Complementary color
Monochromatic Colors of #C9294A
Black with #C9294A
Text Example
Text Example
White with #C9294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9294A; }
p { color: rgb(201,41,74); }
H1.HeaderClassName
{
color: #C9294A;
}
.AnyTagClassName
{
color: #C9294A;
}
</style>
background-color css
<style>
a { background-color: #C9294A; }
a { background-color: rgb(201,41,74); }
div.DivClassName
{
background-color: #C9294A;
}
.BgClassName
{
background-color: #C9294A;
}
</style>
border-color css
<style>
span { border-color: #C9294A; }
span { border-color: rgb(201,41,74); }
td.TdClassName
{
border-color: #C9294A;
}
.TagClassName
{
border-color: #C9294A;
}
</style>