Shades of Old Rose #C12360
Tints of Old Rose #C12360
RGB
CMYK
RGB Variations
Color information
#C12360 (or 0xC12360) is known color: Old Rose. HEX triplet: C1, 23 and 60. RGB value is (193,35,96). Sum of RGB (Red+Green+Blue) = 193+35+96=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C12360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12360 is #3EDC9F. Grayscale: #595959. Windows color (decimal): -4119712 or 6300609. OLE color: 6300609.
HSL color Cylindrical-coordinate representation of color #C12360: hue angle of 336.84º degrees, saturation: 0.69, 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 #C12360 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 96 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.24 |
| HSL | 336.84º | 0.69% | 0.45% | - |
| HSV(B) | 336.84º | 0.82% | 0.76% | - |
| XYZ | 24.7 | 13.38 | 12.35 | - |
| YUV | 89.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 96 | 0 | 0.82 | 0.50 | 0.24 | 336.84 | 0.69 | 0.45 |
| Hex | C1 | 23 | 60 | 0 | 52 | 32 | 18 | 151 | 45 | 2D |
| Octal | 301 | 43 | 140 | 0 | 122 | 62 | 30 | 521 | 105 | 55 |
| Binary | 11000001 | 100011 | 1100000 | 0 | 1010010 | 110010 | 11000 | 101010001 | 1000101 | 101101 |
Color Harmonies of #C12360
Complementary color
Monochromatic Colors of #C12360
Black with #C12360
Text Example
Text Example
White with #C12360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12360; }
p { color: rgb(193,35,96); }
H1.HeaderClassName
{
color: #C12360;
}
.AnyTagClassName
{
color: #C12360;
}
</style>
background-color css
<style>
a { background-color: #C12360; }
a { background-color: rgb(193,35,96); }
div.DivClassName
{
background-color: #C12360;
}
.BgClassName
{
background-color: #C12360;
}
</style>
border-color css
<style>
span { border-color: #C12360; }
span { border-color: rgb(193,35,96); }
td.TdClassName
{
border-color: #C12360;
}
.TagClassName
{
border-color: #C12360;
}
</style>