Shades of Old Rose #C13860
Tints of Old Rose #C13860
RGB
CMYK
RGB Variations
Color information
#C13860 (or 0xC13860) is known color: Old Rose. HEX triplet: C1, 38 and 60. RGB value is (193,56,96). Sum of RGB (Red+Green+Blue) = 193+56+96=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C13860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13860 is #3EC79F. Grayscale: #656565. Windows color (decimal): -4114336 or 6305985. OLE color: 6305985.
HSL color Cylindrical-coordinate representation of color #C13860: hue angle of 342.48º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13860 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 96 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.24 |
| HSL | 342.48º | 0.55% | 0.49% | - |
| HSV(B) | 342.48º | 0.71% | 0.76% | - |
| XYZ | 25.52 | 15.01 | 12.62 | - |
| YUV | 101.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 96 | 0 | 0.71 | 0.50 | 0.24 | 342.48 | 0.55 | 0.49 |
| Hex | C1 | 38 | 60 | 0 | 47 | 32 | 18 | 156 | 37 | 31 |
| Octal | 301 | 70 | 140 | 0 | 107 | 62 | 30 | 526 | 67 | 61 |
| Binary | 11000001 | 111000 | 1100000 | 0 | 1000111 | 110010 | 11000 | 101010110 | 110111 | 110001 |
Color Harmonies of #C13860
Complementary color
Monochromatic Colors of #C13860
Black with #C13860
Text Example
Text Example
White with #C13860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13860; }
p { color: rgb(193,56,96); }
H1.HeaderClassName
{
color: #C13860;
}
.AnyTagClassName
{
color: #C13860;
}
</style>
background-color css
<style>
a { background-color: #C13860; }
a { background-color: rgb(193,56,96); }
div.DivClassName
{
background-color: #C13860;
}
.BgClassName
{
background-color: #C13860;
}
</style>
border-color css
<style>
span { border-color: #C13860; }
span { border-color: rgb(193,56,96); }
td.TdClassName
{
border-color: #C13860;
}
.TagClassName
{
border-color: #C13860;
}
</style>