Shades of Old Rose #C11757
Tints of Old Rose #C11757
RGB
CMYK
RGB Variations
Color information
#C11757 (or 0xC11757) is known color: Old Rose. HEX triplet: C1, 17 and 57. RGB value is (193,23,87). Sum of RGB (Red+Green+Blue) = 193+23+87=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C11757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11757 is #3EE8A8. Grayscale: #515151. Windows color (decimal): -4122793 or 5707713. OLE color: 5707713.
HSL color Cylindrical-coordinate representation of color #C11757: hue angle of 337.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11757 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 87 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.24 |
| HSL | 337.41º | 0.79% | 0.42% | - |
| HSV(B) | 337.41º | 0.88% | 0.76% | - |
| XYZ | 24.02 | 12.64 | 10.19 | - |
| YUV | 81.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 87 | 0 | 0.88 | 0.55 | 0.24 | 337.41 | 0.79 | 0.42 |
| Hex | C1 | 17 | 57 | 0 | 58 | 37 | 18 | 151 | 4F | 2A |
| Octal | 301 | 27 | 127 | 0 | 130 | 67 | 30 | 521 | 117 | 52 |
| Binary | 11000001 | 10111 | 1010111 | 0 | 1011000 | 110111 | 11000 | 101010001 | 1001111 | 101010 |
Color Harmonies of #C11757
Complementary color
Monochromatic Colors of #C11757
Black with #C11757
Text Example
Text Example
White with #C11757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11757; }
p { color: rgb(193,23,87); }
H1.HeaderClassName
{
color: #C11757;
}
.AnyTagClassName
{
color: #C11757;
}
</style>
background-color css
<style>
a { background-color: #C11757; }
a { background-color: rgb(193,23,87); }
div.DivClassName
{
background-color: #C11757;
}
.BgClassName
{
background-color: #C11757;
}
</style>
border-color css
<style>
span { border-color: #C11757; }
span { border-color: rgb(193,23,87); }
td.TdClassName
{
border-color: #C11757;
}
.TagClassName
{
border-color: #C11757;
}
</style>