Shades of Old Rose #C93755
Tints of Old Rose #C93755
RGB
CMYK
RGB Variations
Color information
#C93755 (or 0xC93755) is known color: Old Rose. HEX triplet: C9, 37 and 55. RGB value is (201,55,85). Sum of RGB (Red+Green+Blue) = 201+55+85=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C93755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93755 is #36C8AA. Grayscale: #666666. Windows color (decimal): -3590315 or 5584841. OLE color: 5584841.
HSL color Cylindrical-coordinate representation of color #C93755: hue angle of 347.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93755 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 85 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.21 |
| HSL | 347.67º | 0.57% | 0.5% | - |
| HSV(B) | 347.67º | 0.73% | 0.79% | - |
| XYZ | 27.09 | 15.81 | 10.22 | - |
| YUV | 102.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 85 | 0 | 0.73 | 0.58 | 0.21 | 347.67 | 0.57 | 0.5 |
| Hex | C9 | 37 | 55 | 0 | 49 | 3A | 15 | 15C | 39 | 32 |
| Octal | 311 | 67 | 125 | 0 | 111 | 72 | 25 | 534 | 71 | 62 |
| Binary | 11001001 | 110111 | 1010101 | 0 | 1001001 | 111010 | 10101 | 101011100 | 111001 | 110010 |
Color Harmonies of #C93755
Complementary color
Monochromatic Colors of #C93755
Black with #C93755
Text Example
Text Example
White with #C93755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93755; }
p { color: rgb(201,55,85); }
H1.HeaderClassName
{
color: #C93755;
}
.AnyTagClassName
{
color: #C93755;
}
</style>
background-color css
<style>
a { background-color: #C93755; }
a { background-color: rgb(201,55,85); }
div.DivClassName
{
background-color: #C93755;
}
.BgClassName
{
background-color: #C93755;
}
</style>
border-color css
<style>
span { border-color: #C93755; }
span { border-color: rgb(201,55,85); }
td.TdClassName
{
border-color: #C93755;
}
.TagClassName
{
border-color: #C93755;
}
</style>