Shades of Old Rose #C9354D
Tints of Old Rose #C9354D
RGB
CMYK
RGB Variations
Color information
#C9354D (or 0xC9354D) is known color: Old Rose. HEX triplet: C9, 35 and 4D. RGB value is (201,53,77). Sum of RGB (Red+Green+Blue) = 201+53+77=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9354D is #36CAB2. Grayscale: #646464. Windows color (decimal): -3590835 or 5060041. OLE color: 5060041.
HSL color Cylindrical-coordinate representation of color #C9354D: hue angle of 350.27º 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 #C9354D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 77 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.21 |
| HSL | 350.27º | 0.58% | 0.5% | - |
| HSV(B) | 350.27º | 0.74% | 0.79% | - |
| XYZ | 26.7 | 15.5 | 8.61 | - |
| YUV | 99.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 77 | 0 | 0.74 | 0.62 | 0.21 | 350.27 | 0.58 | 0.5 |
| Hex | C9 | 35 | 4D | 0 | 4A | 3E | 15 | 15E | 3A | 32 |
| Octal | 311 | 65 | 115 | 0 | 112 | 76 | 25 | 536 | 72 | 62 |
| Binary | 11001001 | 110101 | 1001101 | 0 | 1001010 | 111110 | 10101 | 101011110 | 111010 | 110010 |
Color Harmonies of #C9354D
Complementary color
Monochromatic Colors of #C9354D
Black with #C9354D
Text Example
Text Example
White with #C9354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9354D; }
p { color: rgb(201,53,77); }
H1.HeaderClassName
{
color: #C9354D;
}
.AnyTagClassName
{
color: #C9354D;
}
</style>
background-color css
<style>
a { background-color: #C9354D; }
a { background-color: rgb(201,53,77); }
div.DivClassName
{
background-color: #C9354D;
}
.BgClassName
{
background-color: #C9354D;
}
</style>
border-color css
<style>
span { border-color: #C9354D; }
span { border-color: rgb(201,53,77); }
td.TdClassName
{
border-color: #C9354D;
}
.TagClassName
{
border-color: #C9354D;
}
</style>