Shades of Old Rose #C12846
Tints of Old Rose #C12846
RGB
CMYK
RGB Variations
Color information
#C12846 (or 0xC12846) is known color: Old Rose. HEX triplet: C1, 28 and 46. RGB value is (193,40,70). Sum of RGB (Red+Green+Blue) = 193+40+70=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C12846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12846 is #3ED7B9. Grayscale: #595959. Windows color (decimal): -4118458 or 4597953. OLE color: 4597953.
HSL color Cylindrical-coordinate representation of color #C12846: hue angle of 348.24º 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 #C12846 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 70 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.24 |
| HSL | 348.24º | 0.66% | 0.46% | - |
| HSV(B) | 348.24º | 0.79% | 0.76% | - |
| XYZ | 23.86 | 13.3 | 7.1 | - |
| YUV | 89.17 | 117.19 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 70 | 0 | 0.79 | 0.64 | 0.24 | 348.24 | 0.66 | 0.46 |
| Hex | C1 | 28 | 46 | 0 | 4F | 40 | 18 | 15C | 42 | 2E |
| Octal | 301 | 50 | 106 | 0 | 117 | 100 | 30 | 534 | 102 | 56 |
| Binary | 11000001 | 101000 | 1000110 | 0 | 1001111 | 1000000 | 11000 | 101011100 | 1000010 | 101110 |
Color Harmonies of #C12846
Complementary color
Monochromatic Colors of #C12846
Black with #C12846
Text Example
Text Example
White with #C12846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12846; }
p { color: rgb(193,40,70); }
H1.HeaderClassName
{
color: #C12846;
}
.AnyTagClassName
{
color: #C12846;
}
</style>
background-color css
<style>
a { background-color: #C12846; }
a { background-color: rgb(193,40,70); }
div.DivClassName
{
background-color: #C12846;
}
.BgClassName
{
background-color: #C12846;
}
</style>
border-color css
<style>
span { border-color: #C12846; }
span { border-color: rgb(193,40,70); }
td.TdClassName
{
border-color: #C12846;
}
.TagClassName
{
border-color: #C12846;
}
</style>