Shades of Old Rose #C9324D
Tints of Old Rose #C9324D
RGB
CMYK
RGB Variations
Color information
#C9324D (or 0xC9324D) is known color: Old Rose. HEX triplet: C9, 32 and 4D. RGB value is (201,50,77). Sum of RGB (Red+Green+Blue) = 201+50+77=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9324D is #36CDB2. Grayscale: #626262. Windows color (decimal): -3591603 or 5059273. OLE color: 5059273.
HSL color Cylindrical-coordinate representation of color #C9324D: hue angle of 349.27º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9324D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 77 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.21 |
| HSL | 349.27º | 0.6% | 0.49% | - |
| HSV(B) | 349.27º | 0.75% | 0.79% | - |
| XYZ | 26.57 | 15.23 | 8.56 | - |
| YUV | 98.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 77 | 0 | 0.75 | 0.62 | 0.21 | 349.27 | 0.6 | 0.49 |
| Hex | C9 | 32 | 4D | 0 | 4B | 3E | 15 | 15D | 3C | 31 |
| Octal | 311 | 62 | 115 | 0 | 113 | 76 | 25 | 535 | 74 | 61 |
| Binary | 11001001 | 110010 | 1001101 | 0 | 1001011 | 111110 | 10101 | 101011101 | 111100 | 110001 |
Color Harmonies of #C9324D
Complementary color
Monochromatic Colors of #C9324D
Black with #C9324D
Text Example
Text Example
White with #C9324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9324D; }
p { color: rgb(201,50,77); }
H1.HeaderClassName
{
color: #C9324D;
}
.AnyTagClassName
{
color: #C9324D;
}
</style>
background-color css
<style>
a { background-color: #C9324D; }
a { background-color: rgb(201,50,77); }
div.DivClassName
{
background-color: #C9324D;
}
.BgClassName
{
background-color: #C9324D;
}
</style>
border-color css
<style>
span { border-color: #C9324D; }
span { border-color: rgb(201,50,77); }
td.TdClassName
{
border-color: #C9324D;
}
.TagClassName
{
border-color: #C9324D;
}
</style>