Shades of Old Rose #C13051
Tints of Old Rose #C13051
RGB
CMYK
RGB Variations
Color information
#C13051 (or 0xC13051) is known color: Old Rose. HEX triplet: C1, 30 and 51. RGB value is (193,48,81). Sum of RGB (Red+Green+Blue) = 193+48+81=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C13051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13051 is #3ECFAE. Grayscale: #5F5F5F. Windows color (decimal): -4116399 or 5320897. OLE color: 5320897.
HSL color Cylindrical-coordinate representation of color #C13051: hue angle of 346.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13051 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 81 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.24 |
| HSL | 346.34º | 0.6% | 0.47% | - |
| HSV(B) | 346.34º | 0.75% | 0.76% | - |
| XYZ | 24.53 | 14.05 | 9.2 | - |
| YUV | 95.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 81 | 0 | 0.75 | 0.58 | 0.24 | 346.34 | 0.6 | 0.47 |
| Hex | C1 | 30 | 51 | 0 | 4B | 3A | 18 | 15A | 3C | 2F |
| Octal | 301 | 60 | 121 | 0 | 113 | 72 | 30 | 532 | 74 | 57 |
| Binary | 11000001 | 110000 | 1010001 | 0 | 1001011 | 111010 | 11000 | 101011010 | 111100 | 101111 |
Color Harmonies of #C13051
Complementary color
Monochromatic Colors of #C13051
Black with #C13051
Text Example
Text Example
White with #C13051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13051; }
p { color: rgb(193,48,81); }
H1.HeaderClassName
{
color: #C13051;
}
.AnyTagClassName
{
color: #C13051;
}
</style>
background-color css
<style>
a { background-color: #C13051; }
a { background-color: rgb(193,48,81); }
div.DivClassName
{
background-color: #C13051;
}
.BgClassName
{
background-color: #C13051;
}
</style>
border-color css
<style>
span { border-color: #C13051; }
span { border-color: rgb(193,48,81); }
td.TdClassName
{
border-color: #C13051;
}
.TagClassName
{
border-color: #C13051;
}
</style>