Shades of Old Rose #C93A50
Tints of Old Rose #C93A50
RGB
CMYK
RGB Variations
Color information
#C93A50 (or 0xC93A50) is known color: Old Rose. HEX triplet: C9, 3A and 50. RGB value is (201,58,80). Sum of RGB (Red+Green+Blue) = 201+58+80=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A50 is #36C5AF. Grayscale: #676767. Windows color (decimal): -3589552 or 5257929. OLE color: 5257929.
HSL color Cylindrical-coordinate representation of color #C93A50: hue angle of 350.77º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A50 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 80 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.21 |
| HSL | 350.77º | 0.57% | 0.51% | - |
| HSV(B) | 350.77º | 0.71% | 0.79% | - |
| XYZ | 27.05 | 16.02 | 9.26 | - |
| YUV | 103.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 80 | 0 | 0.71 | 0.60 | 0.21 | 350.77 | 0.57 | 0.51 |
| Hex | C9 | 3A | 50 | 0 | 47 | 3C | 15 | 15F | 39 | 33 |
| Octal | 311 | 72 | 120 | 0 | 107 | 74 | 25 | 537 | 71 | 63 |
| Binary | 11001001 | 111010 | 1010000 | 0 | 1000111 | 111100 | 10101 | 101011111 | 111001 | 110011 |
Color Harmonies of #C93A50
Complementary color
Monochromatic Colors of #C93A50
Black with #C93A50
Text Example
Text Example
White with #C93A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A50; }
p { color: rgb(201,58,80); }
H1.HeaderClassName
{
color: #C93A50;
}
.AnyTagClassName
{
color: #C93A50;
}
</style>
background-color css
<style>
a { background-color: #C93A50; }
a { background-color: rgb(201,58,80); }
div.DivClassName
{
background-color: #C93A50;
}
.BgClassName
{
background-color: #C93A50;
}
</style>
border-color css
<style>
span { border-color: #C93A50; }
span { border-color: rgb(201,58,80); }
td.TdClassName
{
border-color: #C93A50;
}
.TagClassName
{
border-color: #C93A50;
}
</style>