Shades of Old Rose #C9354F
Tints of Old Rose #C9354F
RGB
CMYK
RGB Variations
Color information
#C9354F (or 0xC9354F) is known color: Old Rose. HEX triplet: C9, 35 and 4F. RGB value is (201,53,79). Sum of RGB (Red+Green+Blue) = 201+53+79=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9354F is #36CAB0. Grayscale: #646464. Windows color (decimal): -3590833 or 5191113. OLE color: 5191113.
HSL color Cylindrical-coordinate representation of color #C9354F: hue angle of 349.46º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9354F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 79 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.21 |
| HSL | 349.46º | 0.58% | 0.5% | - |
| HSV(B) | 349.46º | 0.74% | 0.79% | - |
| XYZ | 26.77 | 15.53 | 8.98 | - |
| YUV | 100.22 | 116.03 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 79 | 0 | 0.74 | 0.61 | 0.21 | 349.46 | 0.58 | 0.5 |
| Hex | C9 | 35 | 4F | 0 | 4A | 3D | 15 | 15D | 3A | 32 |
| Octal | 311 | 65 | 117 | 0 | 112 | 75 | 25 | 535 | 72 | 62 |
| Binary | 11001001 | 110101 | 1001111 | 0 | 1001010 | 111101 | 10101 | 101011101 | 111010 | 110010 |
Color Harmonies of #C9354F
Complementary color
Monochromatic Colors of #C9354F
Black with #C9354F
Text Example
Text Example
White with #C9354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9354F; }
p { color: rgb(201,53,79); }
H1.HeaderClassName
{
color: #C9354F;
}
.AnyTagClassName
{
color: #C9354F;
}
</style>
background-color css
<style>
a { background-color: #C9354F; }
a { background-color: rgb(201,53,79); }
div.DivClassName
{
background-color: #C9354F;
}
.BgClassName
{
background-color: #C9354F;
}
</style>
border-color css
<style>
span { border-color: #C9354F; }
span { border-color: rgb(201,53,79); }
td.TdClassName
{
border-color: #C9354F;
}
.TagClassName
{
border-color: #C9354F;
}
</style>