Shades of Old Rose #C13950
Tints of Old Rose #C13950
RGB
CMYK
RGB Variations
Color information
#C13950 (or 0xC13950) is known color: Old Rose. HEX triplet: C1, 39 and 50. RGB value is (193,57,80). Sum of RGB (Red+Green+Blue) = 193+57+80=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13950 is #3EC6AF. Grayscale: #646464. Windows color (decimal): -4114096 or 5257665. OLE color: 5257665.
HSL color Cylindrical-coordinate representation of color #C13950: hue angle of 349.85º 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 #C13950 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 80 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.24 |
| HSL | 349.85º | 0.54% | 0.49% | - |
| HSV(B) | 349.85º | 0.7% | 0.76% | - |
| XYZ | 24.9 | 14.84 | 9.14 | - |
| YUV | 100.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 80 | 0 | 0.70 | 0.59 | 0.24 | 349.85 | 0.54 | 0.49 |
| Hex | C1 | 39 | 50 | 0 | 46 | 3B | 18 | 15E | 36 | 31 |
| Octal | 301 | 71 | 120 | 0 | 106 | 73 | 30 | 536 | 66 | 61 |
| Binary | 11000001 | 111001 | 1010000 | 0 | 1000110 | 111011 | 11000 | 101011110 | 110110 | 110001 |
Color Harmonies of #C13950
Complementary color
Monochromatic Colors of #C13950
Black with #C13950
Text Example
Text Example
White with #C13950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13950; }
p { color: rgb(193,57,80); }
H1.HeaderClassName
{
color: #C13950;
}
.AnyTagClassName
{
color: #C13950;
}
</style>
background-color css
<style>
a { background-color: #C13950; }
a { background-color: rgb(193,57,80); }
div.DivClassName
{
background-color: #C13950;
}
.BgClassName
{
background-color: #C13950;
}
</style>
border-color css
<style>
span { border-color: #C13950; }
span { border-color: rgb(193,57,80); }
td.TdClassName
{
border-color: #C13950;
}
.TagClassName
{
border-color: #C13950;
}
</style>