Shades of Old Rose #C9234A
Tints of Old Rose #C9234A
RGB
CMYK
RGB Variations
Color information
#C9234A (or 0xC9234A) is known color: Old Rose. HEX triplet: C9, 23 and 4A. RGB value is (201,35,74). Sum of RGB (Red+Green+Blue) = 201+35+74=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9234A is #36DCB5. Grayscale: #595959. Windows color (decimal): -3595446 or 4858825. OLE color: 4858825.
HSL color Cylindrical-coordinate representation of color #C9234A: hue angle of 345.9º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9234A is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 74 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.21 |
| HSL | 345.9º | 0.7% | 0.46% | - |
| HSV(B) | 345.9º | 0.83% | 0.79% | - |
| XYZ | 25.92 | 14.11 | 7.84 | - |
| YUV | 89.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 74 | 0 | 0.83 | 0.63 | 0.21 | 345.9 | 0.7 | 0.46 |
| Hex | C9 | 23 | 4A | 0 | 53 | 3F | 15 | 15A | 46 | 2E |
| Octal | 311 | 43 | 112 | 0 | 123 | 77 | 25 | 532 | 106 | 56 |
| Binary | 11001001 | 100011 | 1001010 | 0 | 1010011 | 111111 | 10101 | 101011010 | 1000110 | 101110 |
Color Harmonies of #C9234A
Complementary color
Monochromatic Colors of #C9234A
Black with #C9234A
Text Example
Text Example
White with #C9234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9234A; }
p { color: rgb(201,35,74); }
H1.HeaderClassName
{
color: #C9234A;
}
.AnyTagClassName
{
color: #C9234A;
}
</style>
background-color css
<style>
a { background-color: #C9234A; }
a { background-color: rgb(201,35,74); }
div.DivClassName
{
background-color: #C9234A;
}
.BgClassName
{
background-color: #C9234A;
}
</style>
border-color css
<style>
span { border-color: #C9234A; }
span { border-color: rgb(201,35,74); }
td.TdClassName
{
border-color: #C9234A;
}
.TagClassName
{
border-color: #C9234A;
}
</style>