Shades of Old Rose #C12350
Tints of Old Rose #C12350
RGB
CMYK
RGB Variations
Color information
#C12350 (or 0xC12350) is known color: Old Rose. HEX triplet: C1, 23 and 50. RGB value is (193,35,80). Sum of RGB (Red+Green+Blue) = 193+35+80=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C12350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12350 is #3EDCAF. Grayscale: #575757. Windows color (decimal): -4119728 or 5252033. OLE color: 5252033.
HSL color Cylindrical-coordinate representation of color #C12350: hue angle of 342.91º 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 #C12350 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 80 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.24 |
| HSL | 342.91º | 0.69% | 0.45% | - |
| HSV(B) | 342.91º | 0.82% | 0.76% | - |
| XYZ | 24.04 | 13.12 | 8.85 | - |
| YUV | 87.37 | 123.85 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 80 | 0 | 0.82 | 0.59 | 0.24 | 342.91 | 0.69 | 0.45 |
| Hex | C1 | 23 | 50 | 0 | 52 | 3B | 18 | 157 | 45 | 2D |
| Octal | 301 | 43 | 120 | 0 | 122 | 73 | 30 | 527 | 105 | 55 |
| Binary | 11000001 | 100011 | 1010000 | 0 | 1010010 | 111011 | 11000 | 101010111 | 1000101 | 101101 |
Color Harmonies of #C12350
Complementary color
Monochromatic Colors of #C12350
Black with #C12350
Text Example
Text Example
White with #C12350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12350; }
p { color: rgb(193,35,80); }
H1.HeaderClassName
{
color: #C12350;
}
.AnyTagClassName
{
color: #C12350;
}
</style>
background-color css
<style>
a { background-color: #C12350; }
a { background-color: rgb(193,35,80); }
div.DivClassName
{
background-color: #C12350;
}
.BgClassName
{
background-color: #C12350;
}
</style>
border-color css
<style>
span { border-color: #C12350; }
span { border-color: rgb(193,35,80); }
td.TdClassName
{
border-color: #C12350;
}
.TagClassName
{
border-color: #C12350;
}
</style>