Shades of Old Rose #C9324F
Tints of Old Rose #C9324F
RGB
CMYK
RGB Variations
Color information
#C9324F (or 0xC9324F) is known color: Old Rose. HEX triplet: C9, 32 and 4F. RGB value is (201,50,79). Sum of RGB (Red+Green+Blue) = 201+50+79=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9324F is #36CDB0. Grayscale: #626262. Windows color (decimal): -3591601 or 5190345. OLE color: 5190345.
HSL color Cylindrical-coordinate representation of color #C9324F: hue angle of 348.48º 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 #C9324F is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 79 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.21 |
| HSL | 348.48º | 0.6% | 0.49% | - |
| HSV(B) | 348.48º | 0.75% | 0.79% | - |
| XYZ | 26.64 | 15.26 | 8.94 | - |
| YUV | 98.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 79 | 0 | 0.75 | 0.61 | 0.21 | 348.48 | 0.6 | 0.49 |
| Hex | C9 | 32 | 4F | 0 | 4B | 3D | 15 | 15C | 3C | 31 |
| Octal | 311 | 62 | 117 | 0 | 113 | 75 | 25 | 534 | 74 | 61 |
| Binary | 11001001 | 110010 | 1001111 | 0 | 1001011 | 111101 | 10101 | 101011100 | 111100 | 110001 |
Color Harmonies of #C9324F
Complementary color
Monochromatic Colors of #C9324F
Black with #C9324F
Text Example
Text Example
White with #C9324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9324F; }
p { color: rgb(201,50,79); }
H1.HeaderClassName
{
color: #C9324F;
}
.AnyTagClassName
{
color: #C9324F;
}
</style>
background-color css
<style>
a { background-color: #C9324F; }
a { background-color: rgb(201,50,79); }
div.DivClassName
{
background-color: #C9324F;
}
.BgClassName
{
background-color: #C9324F;
}
</style>
border-color css
<style>
span { border-color: #C9324F; }
span { border-color: rgb(201,50,79); }
td.TdClassName
{
border-color: #C9324F;
}
.TagClassName
{
border-color: #C9324F;
}
</style>