Shades of Old Rose #C1295E
Tints of Old Rose #C1295E
RGB
CMYK
RGB Variations
Color information
#C1295E (or 0xC1295E) is known color: Old Rose. HEX triplet: C1, 29 and 5E. RGB value is (193,41,94). Sum of RGB (Red+Green+Blue) = 193+41+94=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C1295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1295E is #3ED6A1. Grayscale: #5C5C5C. Windows color (decimal): -4118178 or 6171073. OLE color: 6171073.
HSL color Cylindrical-coordinate representation of color #C1295E: hue angle of 339.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1295E is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 94 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.24 |
| HSL | 339.08º | 0.65% | 0.46% | - |
| HSV(B) | 339.08º | 0.79% | 0.76% | - |
| XYZ | 24.81 | 13.73 | 11.93 | - |
| YUV | 92.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 94 | 0 | 0.79 | 0.51 | 0.24 | 339.08 | 0.65 | 0.46 |
| Hex | C1 | 29 | 5E | 0 | 4F | 33 | 18 | 153 | 41 | 2E |
| Octal | 301 | 51 | 136 | 0 | 117 | 63 | 30 | 523 | 101 | 56 |
| Binary | 11000001 | 101001 | 1011110 | 0 | 1001111 | 110011 | 11000 | 101010011 | 1000001 | 101110 |
Color Harmonies of #C1295E
Complementary color
Monochromatic Colors of #C1295E
Black with #C1295E
Text Example
Text Example
White with #C1295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1295E; }
p { color: rgb(193,41,94); }
H1.HeaderClassName
{
color: #C1295E;
}
.AnyTagClassName
{
color: #C1295E;
}
</style>
background-color css
<style>
a { background-color: #C1295E; }
a { background-color: rgb(193,41,94); }
div.DivClassName
{
background-color: #C1295E;
}
.BgClassName
{
background-color: #C1295E;
}
</style>
border-color css
<style>
span { border-color: #C1295E; }
span { border-color: rgb(193,41,94); }
td.TdClassName
{
border-color: #C1295E;
}
.TagClassName
{
border-color: #C1295E;
}
</style>