Shades of Old Rose #C93C51
Tints of Old Rose #C93C51
RGB
CMYK
RGB Variations
Color information
#C93C51 (or 0xC93C51) is known color: Old Rose. HEX triplet: C9, 3C and 51. RGB value is (201,60,81). Sum of RGB (Red+Green+Blue) = 201+60+81=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C51 is #36C3AE. Grayscale: #686868. Windows color (decimal): -3589039 or 5323977. OLE color: 5323977.
HSL color Cylindrical-coordinate representation of color #C93C51: hue angle of 351.06º 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 #C93C51 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 81 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.21 |
| HSL | 351.06º | 0.57% | 0.51% | - |
| HSV(B) | 351.06º | 0.7% | 0.79% | - |
| XYZ | 27.19 | 16.24 | 9.49 | - |
| YUV | 104.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 81 | 0 | 0.70 | 0.60 | 0.21 | 351.06 | 0.57 | 0.51 |
| Hex | C9 | 3C | 51 | 0 | 46 | 3C | 15 | 15F | 39 | 33 |
| Octal | 311 | 74 | 121 | 0 | 106 | 74 | 25 | 537 | 71 | 63 |
| Binary | 11001001 | 111100 | 1010001 | 0 | 1000110 | 111100 | 10101 | 101011111 | 111001 | 110011 |
Color Harmonies of #C93C51
Complementary color
Monochromatic Colors of #C93C51
Black with #C93C51
Text Example
Text Example
White with #C93C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C51; }
p { color: rgb(201,60,81); }
H1.HeaderClassName
{
color: #C93C51;
}
.AnyTagClassName
{
color: #C93C51;
}
</style>
background-color css
<style>
a { background-color: #C93C51; }
a { background-color: rgb(201,60,81); }
div.DivClassName
{
background-color: #C93C51;
}
.BgClassName
{
background-color: #C93C51;
}
</style>
border-color css
<style>
span { border-color: #C93C51; }
span { border-color: rgb(201,60,81); }
td.TdClassName
{
border-color: #C93C51;
}
.TagClassName
{
border-color: #C93C51;
}
</style>