Shades of Old Rose #C1285B
Tints of Old Rose #C1285B
RGB
CMYK
RGB Variations
Color information
#C1285B (or 0xC1285B) is known color: Old Rose. HEX triplet: C1, 28 and 5B. RGB value is (193,40,91). Sum of RGB (Red+Green+Blue) = 193+40+91=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1285B is #3ED7A4. Grayscale: #5B5B5B. Windows color (decimal): -4118437 or 5974209. OLE color: 5974209.
HSL color Cylindrical-coordinate representation of color #C1285B: hue angle of 340º degrees, saturation: 0.66, 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 #C1285B is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 91 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.24 |
| HSL | 340º | 0.66% | 0.46% | - |
| HSV(B) | 340º | 0.79% | 0.76% | - |
| XYZ | 24.64 | 13.61 | 11.23 | - |
| YUV | 91.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 91 | 0 | 0.79 | 0.53 | 0.24 | 340 | 0.66 | 0.46 |
| Hex | C1 | 28 | 5B | 0 | 4F | 35 | 18 | 154 | 42 | 2E |
| Octal | 301 | 50 | 133 | 0 | 117 | 65 | 30 | 524 | 102 | 56 |
| Binary | 11000001 | 101000 | 1011011 | 0 | 1001111 | 110101 | 11000 | 101010100 | 1000010 | 101110 |
Color Harmonies of #C1285B
Complementary color
Monochromatic Colors of #C1285B
Black with #C1285B
Text Example
Text Example
White with #C1285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1285B; }
p { color: rgb(193,40,91); }
H1.HeaderClassName
{
color: #C1285B;
}
.AnyTagClassName
{
color: #C1285B;
}
</style>
background-color css
<style>
a { background-color: #C1285B; }
a { background-color: rgb(193,40,91); }
div.DivClassName
{
background-color: #C1285B;
}
.BgClassName
{
background-color: #C1285B;
}
</style>
border-color css
<style>
span { border-color: #C1285B; }
span { border-color: rgb(193,40,91); }
td.TdClassName
{
border-color: #C1285B;
}
.TagClassName
{
border-color: #C1285B;
}
</style>