Shades of Old Rose #C11657
Tints of Old Rose #C11657
RGB
CMYK
RGB Variations
Color information
#C11657 (or 0xC11657) is known color: Old Rose. HEX triplet: C1, 16 and 57. RGB value is (193,22,87). Sum of RGB (Red+Green+Blue) = 193+22+87=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C11657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11657 is #3EE9A8. Grayscale: #505050. Windows color (decimal): -4123049 or 5707457. OLE color: 5707457.
HSL color Cylindrical-coordinate representation of color #C11657: hue angle of 337.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11657 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 87 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.24 |
| HSL | 337.19º | 0.8% | 0.42% | - |
| HSV(B) | 337.19º | 0.89% | 0.76% | - |
| XYZ | 24 | 12.6 | 10.18 | - |
| YUV | 80.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 87 | 0 | 0.89 | 0.55 | 0.24 | 337.19 | 0.8 | 0.42 |
| Hex | C1 | 16 | 57 | 0 | 59 | 37 | 18 | 151 | 50 | 2A |
| Octal | 301 | 26 | 127 | 0 | 131 | 67 | 30 | 521 | 120 | 52 |
| Binary | 11000001 | 10110 | 1010111 | 0 | 1011001 | 110111 | 11000 | 101010001 | 1010000 | 101010 |
Color Harmonies of #C11657
Complementary color
Monochromatic Colors of #C11657
Black with #C11657
Text Example
Text Example
White with #C11657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11657; }
p { color: rgb(193,22,87); }
H1.HeaderClassName
{
color: #C11657;
}
.AnyTagClassName
{
color: #C11657;
}
</style>
background-color css
<style>
a { background-color: #C11657; }
a { background-color: rgb(193,22,87); }
div.DivClassName
{
background-color: #C11657;
}
.BgClassName
{
background-color: #C11657;
}
</style>
border-color css
<style>
span { border-color: #C11657; }
span { border-color: rgb(193,22,87); }
td.TdClassName
{
border-color: #C11657;
}
.TagClassName
{
border-color: #C11657;
}
</style>