Shades of Old Rose #C93C50
Tints of Old Rose #C93C50
RGB
CMYK
RGB Variations
Color information
#C93C50 (or 0xC93C50) is known color: Old Rose. HEX triplet: C9, 3C and 50. RGB value is (201,60,80). Sum of RGB (Red+Green+Blue) = 201+60+80=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C50 is #36C3AF. Grayscale: #686868. Windows color (decimal): -3589040 or 5258441. OLE color: 5258441.
HSL color Cylindrical-coordinate representation of color #C93C50: hue angle of 351.49º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C50 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 80 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.21 |
| HSL | 351.49º | 0.57% | 0.51% | - |
| HSV(B) | 351.49º | 0.7% | 0.79% | - |
| XYZ | 27.15 | 16.23 | 9.29 | - |
| YUV | 104.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 80 | 0 | 0.70 | 0.60 | 0.21 | 351.49 | 0.57 | 0.51 |
| Hex | C9 | 3C | 50 | 0 | 46 | 3C | 15 | 15F | 39 | 33 |
| Octal | 311 | 74 | 120 | 0 | 106 | 74 | 25 | 537 | 71 | 63 |
| Binary | 11001001 | 111100 | 1010000 | 0 | 1000110 | 111100 | 10101 | 101011111 | 111001 | 110011 |
Color Harmonies of #C93C50
Complementary color
Monochromatic Colors of #C93C50
Black with #C93C50
Text Example
Text Example
White with #C93C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C50; }
p { color: rgb(201,60,80); }
H1.HeaderClassName
{
color: #C93C50;
}
.AnyTagClassName
{
color: #C93C50;
}
</style>
background-color css
<style>
a { background-color: #C93C50; }
a { background-color: rgb(201,60,80); }
div.DivClassName
{
background-color: #C93C50;
}
.BgClassName
{
background-color: #C93C50;
}
</style>
border-color css
<style>
span { border-color: #C93C50; }
span { border-color: rgb(201,60,80); }
td.TdClassName
{
border-color: #C93C50;
}
.TagClassName
{
border-color: #C93C50;
}
</style>