Shades of Old Rose #C12860
Tints of Old Rose #C12860
RGB
CMYK
RGB Variations
Color information
#C12860 (or 0xC12860) is known color: Old Rose. HEX triplet: C1, 28 and 60. RGB value is (193,40,96). Sum of RGB (Red+Green+Blue) = 193+40+96=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C12860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12860 is #3ED79F. Grayscale: #5C5C5C. Windows color (decimal): -4118432 or 6301889. OLE color: 6301889.
HSL color Cylindrical-coordinate representation of color #C12860: hue angle of 338.04º 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 #C12860 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 96 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.24 |
| HSL | 338.04º | 0.66% | 0.46% | - |
| HSV(B) | 338.04º | 0.79% | 0.76% | - |
| XYZ | 24.86 | 13.7 | 12.4 | - |
| YUV | 92.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 96 | 0 | 0.79 | 0.50 | 0.24 | 338.04 | 0.66 | 0.46 |
| Hex | C1 | 28 | 60 | 0 | 4F | 32 | 18 | 152 | 42 | 2E |
| Octal | 301 | 50 | 140 | 0 | 117 | 62 | 30 | 522 | 102 | 56 |
| Binary | 11000001 | 101000 | 1100000 | 0 | 1001111 | 110010 | 11000 | 101010010 | 1000010 | 101110 |
Color Harmonies of #C12860
Complementary color
Monochromatic Colors of #C12860
Black with #C12860
Text Example
Text Example
White with #C12860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12860; }
p { color: rgb(193,40,96); }
H1.HeaderClassName
{
color: #C12860;
}
.AnyTagClassName
{
color: #C12860;
}
</style>
background-color css
<style>
a { background-color: #C12860; }
a { background-color: rgb(193,40,96); }
div.DivClassName
{
background-color: #C12860;
}
.BgClassName
{
background-color: #C12860;
}
</style>
border-color css
<style>
span { border-color: #C12860; }
span { border-color: rgb(193,40,96); }
td.TdClassName
{
border-color: #C12860;
}
.TagClassName
{
border-color: #C12860;
}
</style>