Shades of Old Rose #C93555
Tints of Old Rose #C93555
RGB
CMYK
RGB Variations
Color information
#C93555 (or 0xC93555) is known color: Old Rose. HEX triplet: C9, 35 and 55. RGB value is (201,53,85). Sum of RGB (Red+Green+Blue) = 201+53+85=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C93555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93555 is #36CAAA. Grayscale: #646464. Windows color (decimal): -3590827 or 5584329. OLE color: 5584329.
HSL color Cylindrical-coordinate representation of color #C93555: hue angle of 347.03º 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 #C93555 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 85 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.21 |
| HSL | 347.03º | 0.58% | 0.5% | - |
| HSV(B) | 347.03º | 0.74% | 0.79% | - |
| XYZ | 27 | 15.62 | 10.19 | - |
| YUV | 100.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 85 | 0 | 0.74 | 0.58 | 0.21 | 347.03 | 0.58 | 0.5 |
| Hex | C9 | 35 | 55 | 0 | 4A | 3A | 15 | 15B | 3A | 32 |
| Octal | 311 | 65 | 125 | 0 | 112 | 72 | 25 | 533 | 72 | 62 |
| Binary | 11001001 | 110101 | 1010101 | 0 | 1001010 | 111010 | 10101 | 101011011 | 111010 | 110010 |
Color Harmonies of #C93555
Complementary color
Monochromatic Colors of #C93555
Black with #C93555
Text Example
Text Example
White with #C93555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93555; }
p { color: rgb(201,53,85); }
H1.HeaderClassName
{
color: #C93555;
}
.AnyTagClassName
{
color: #C93555;
}
</style>
background-color css
<style>
a { background-color: #C93555; }
a { background-color: rgb(201,53,85); }
div.DivClassName
{
background-color: #C93555;
}
.BgClassName
{
background-color: #C93555;
}
</style>
border-color css
<style>
span { border-color: #C93555; }
span { border-color: rgb(201,53,85); }
td.TdClassName
{
border-color: #C93555;
}
.TagClassName
{
border-color: #C93555;
}
</style>