Shades of Old Rose #C13859
Tints of Old Rose #C13859
RGB
CMYK
RGB Variations
Color information
#C13859 (or 0xC13859) is known color: Old Rose. HEX triplet: C1, 38 and 59. RGB value is (193,56,89). Sum of RGB (Red+Green+Blue) = 193+56+89=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C13859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13859 is #3EC7A6. Grayscale: #646464. Windows color (decimal): -4114343 or 5847233. OLE color: 5847233.
HSL color Cylindrical-coordinate representation of color #C13859: hue angle of 345.55º 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 #C13859 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 89 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.24 |
| HSL | 345.55º | 0.55% | 0.49% | - |
| HSV(B) | 345.55º | 0.71% | 0.76% | - |
| XYZ | 25.21 | 14.89 | 11 | - |
| YUV | 100.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 89 | 0 | 0.71 | 0.54 | 0.24 | 345.55 | 0.55 | 0.49 |
| Hex | C1 | 38 | 59 | 0 | 47 | 36 | 18 | 15A | 37 | 31 |
| Octal | 301 | 70 | 131 | 0 | 107 | 66 | 30 | 532 | 67 | 61 |
| Binary | 11000001 | 111000 | 1011001 | 0 | 1000111 | 110110 | 11000 | 101011010 | 110111 | 110001 |
Color Harmonies of #C13859
Complementary color
Monochromatic Colors of #C13859
Black with #C13859
Text Example
Text Example
White with #C13859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13859; }
p { color: rgb(193,56,89); }
H1.HeaderClassName
{
color: #C13859;
}
.AnyTagClassName
{
color: #C13859;
}
</style>
background-color css
<style>
a { background-color: #C13859; }
a { background-color: rgb(193,56,89); }
div.DivClassName
{
background-color: #C13859;
}
.BgClassName
{
background-color: #C13859;
}
</style>
border-color css
<style>
span { border-color: #C13859; }
span { border-color: rgb(193,56,89); }
td.TdClassName
{
border-color: #C13859;
}
.TagClassName
{
border-color: #C13859;
}
</style>