Shades of Old Rose #C13951
Tints of Old Rose #C13951
RGB
CMYK
RGB Variations
Color information
#C13951 (or 0xC13951) is known color: Old Rose. HEX triplet: C1, 39 and 51. RGB value is (193,57,81). Sum of RGB (Red+Green+Blue) = 193+57+81=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C13951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13951 is #3EC6AE. Grayscale: #646464. Windows color (decimal): -4114095 or 5323201. OLE color: 5323201.
HSL color Cylindrical-coordinate representation of color #C13951: hue angle of 349.41º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13951 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 81 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.24 |
| HSL | 349.41º | 0.54% | 0.49% | - |
| HSV(B) | 349.41º | 0.7% | 0.76% | - |
| XYZ | 24.94 | 14.86 | 9.34 | - |
| YUV | 100.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 81 | 0 | 0.70 | 0.58 | 0.24 | 349.41 | 0.54 | 0.49 |
| Hex | C1 | 39 | 51 | 0 | 46 | 3A | 18 | 15D | 36 | 31 |
| Octal | 301 | 71 | 121 | 0 | 106 | 72 | 30 | 535 | 66 | 61 |
| Binary | 11000001 | 111001 | 1010001 | 0 | 1000110 | 111010 | 11000 | 101011101 | 110110 | 110001 |
Color Harmonies of #C13951
Complementary color
Monochromatic Colors of #C13951
Black with #C13951
Text Example
Text Example
White with #C13951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13951; }
p { color: rgb(193,57,81); }
H1.HeaderClassName
{
color: #C13951;
}
.AnyTagClassName
{
color: #C13951;
}
</style>
background-color css
<style>
a { background-color: #C13951; }
a { background-color: rgb(193,57,81); }
div.DivClassName
{
background-color: #C13951;
}
.BgClassName
{
background-color: #C13951;
}
</style>
border-color css
<style>
span { border-color: #C13951; }
span { border-color: rgb(193,57,81); }
td.TdClassName
{
border-color: #C13951;
}
.TagClassName
{
border-color: #C13951;
}
</style>