Shades of Old Rose #C12253
Tints of Old Rose #C12253
RGB
CMYK
RGB Variations
Color information
#C12253 (or 0xC12253) is known color: Old Rose. HEX triplet: C1, 22 and 53. RGB value is (193,34,83). Sum of RGB (Red+Green+Blue) = 193+34+83=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C12253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12253 is #3EDDAC. Grayscale: #575757. Windows color (decimal): -4119981 or 5448385. OLE color: 5448385.
HSL color Cylindrical-coordinate representation of color #C12253: hue angle of 341.51º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12253 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 83 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.24 |
| HSL | 341.51º | 0.7% | 0.45% | - |
| HSV(B) | 341.51º | 0.82% | 0.76% | - |
| XYZ | 24.13 | 13.11 | 9.44 | - |
| YUV | 87.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 83 | 0 | 0.82 | 0.57 | 0.24 | 341.51 | 0.7 | 0.45 |
| Hex | C1 | 22 | 53 | 0 | 52 | 39 | 18 | 156 | 46 | 2D |
| Octal | 301 | 42 | 123 | 0 | 122 | 71 | 30 | 526 | 106 | 55 |
| Binary | 11000001 | 100010 | 1010011 | 0 | 1010010 | 111001 | 11000 | 101010110 | 1000110 | 101101 |
Color Harmonies of #C12253
Complementary color
Monochromatic Colors of #C12253
Black with #C12253
Text Example
Text Example
White with #C12253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12253; }
p { color: rgb(193,34,83); }
H1.HeaderClassName
{
color: #C12253;
}
.AnyTagClassName
{
color: #C12253;
}
</style>
background-color css
<style>
a { background-color: #C12253; }
a { background-color: rgb(193,34,83); }
div.DivClassName
{
background-color: #C12253;
}
.BgClassName
{
background-color: #C12253;
}
</style>
border-color css
<style>
span { border-color: #C12253; }
span { border-color: rgb(193,34,83); }
td.TdClassName
{
border-color: #C12253;
}
.TagClassName
{
border-color: #C12253;
}
</style>