Shades of Old Rose #C9354E
Tints of Old Rose #C9354E
RGB
CMYK
RGB Variations
Color information
#C9354E (or 0xC9354E) is known color: Old Rose. HEX triplet: C9, 35 and 4E. RGB value is (201,53,78). Sum of RGB (Red+Green+Blue) = 201+53+78=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9354E is #36CAB1. Grayscale: #646464. Windows color (decimal): -3590834 or 5125577. OLE color: 5125577.
HSL color Cylindrical-coordinate representation of color #C9354E: hue angle of 349.86º 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 #C9354E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 78 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.21 |
| HSL | 349.86º | 0.58% | 0.5% | - |
| HSV(B) | 349.86º | 0.74% | 0.79% | - |
| XYZ | 26.74 | 15.51 | 8.79 | - |
| YUV | 100.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 78 | 0 | 0.74 | 0.61 | 0.21 | 349.86 | 0.58 | 0.5 |
| Hex | C9 | 35 | 4E | 0 | 4A | 3D | 15 | 15E | 3A | 32 |
| Octal | 311 | 65 | 116 | 0 | 112 | 75 | 25 | 536 | 72 | 62 |
| Binary | 11001001 | 110101 | 1001110 | 0 | 1001010 | 111101 | 10101 | 101011110 | 111010 | 110010 |
Color Harmonies of #C9354E
Complementary color
Monochromatic Colors of #C9354E
Black with #C9354E
Text Example
Text Example
White with #C9354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9354E; }
p { color: rgb(201,53,78); }
H1.HeaderClassName
{
color: #C9354E;
}
.AnyTagClassName
{
color: #C9354E;
}
</style>
background-color css
<style>
a { background-color: #C9354E; }
a { background-color: rgb(201,53,78); }
div.DivClassName
{
background-color: #C9354E;
}
.BgClassName
{
background-color: #C9354E;
}
</style>
border-color css
<style>
span { border-color: #C9354E; }
span { border-color: rgb(201,53,78); }
td.TdClassName
{
border-color: #C9354E;
}
.TagClassName
{
border-color: #C9354E;
}
</style>