Shades of Old Rose #C9355D
Tints of Old Rose #C9355D
RGB
CMYK
RGB Variations
Color information
#C9355D (or 0xC9355D) is known color: Old Rose. HEX triplet: C9, 35 and 5D. RGB value is (201,53,93). Sum of RGB (Red+Green+Blue) = 201+53+93=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9355D is #36CAA2. Grayscale: #656565. Windows color (decimal): -3590819 or 6108617. OLE color: 6108617.
HSL color Cylindrical-coordinate representation of color #C9355D: hue angle of 343.78º 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 #C9355D is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 93 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.21 |
| HSL | 343.78º | 0.58% | 0.5% | - |
| HSV(B) | 343.78º | 0.74% | 0.79% | - |
| XYZ | 27.34 | 15.75 | 11.96 | - |
| YUV | 101.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 93 | 0 | 0.74 | 0.54 | 0.21 | 343.78 | 0.58 | 0.5 |
| Hex | C9 | 35 | 5D | 0 | 4A | 36 | 15 | 158 | 3A | 32 |
| Octal | 311 | 65 | 135 | 0 | 112 | 66 | 25 | 530 | 72 | 62 |
| Binary | 11001001 | 110101 | 1011101 | 0 | 1001010 | 110110 | 10101 | 101011000 | 111010 | 110010 |
Color Harmonies of #C9355D
Complementary color
Monochromatic Colors of #C9355D
Black with #C9355D
Text Example
Text Example
White with #C9355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9355D; }
p { color: rgb(201,53,93); }
H1.HeaderClassName
{
color: #C9355D;
}
.AnyTagClassName
{
color: #C9355D;
}
</style>
background-color css
<style>
a { background-color: #C9355D; }
a { background-color: rgb(201,53,93); }
div.DivClassName
{
background-color: #C9355D;
}
.BgClassName
{
background-color: #C9355D;
}
</style>
border-color css
<style>
span { border-color: #C9355D; }
span { border-color: rgb(201,53,93); }
td.TdClassName
{
border-color: #C9355D;
}
.TagClassName
{
border-color: #C9355D;
}
</style>