Shades of Old Rose #C13C59
Tints of Old Rose #C13C59
RGB
CMYK
RGB Variations
Color information
#C13C59 (or 0xC13C59) is known color: Old Rose. HEX triplet: C1, 3C and 59. RGB value is (193,60,89). Sum of RGB (Red+Green+Blue) = 193+60+89=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13C59 is #3EC3A6. Grayscale: #676767. Windows color (decimal): -4113319 or 5848257. OLE color: 5848257.
HSL color Cylindrical-coordinate representation of color #C13C59: hue angle of 346.92º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C59 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 89 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.24 |
| HSL | 346.92º | 0.53% | 0.5% | - |
| HSV(B) | 346.92º | 0.69% | 0.76% | - |
| XYZ | 25.41 | 15.29 | 11.06 | - |
| YUV | 103.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 89 | 0 | 0.69 | 0.54 | 0.24 | 346.92 | 0.53 | 0.5 |
| Hex | C1 | 3C | 59 | 0 | 45 | 36 | 18 | 15B | 35 | 32 |
| Octal | 301 | 74 | 131 | 0 | 105 | 66 | 30 | 533 | 65 | 62 |
| Binary | 11000001 | 111100 | 1011001 | 0 | 1000101 | 110110 | 11000 | 101011011 | 110101 | 110010 |
Color Harmonies of #C13C59
Complementary color
Monochromatic Colors of #C13C59
Black with #C13C59
Text Example
Text Example
White with #C13C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C59; }
p { color: rgb(193,60,89); }
H1.HeaderClassName
{
color: #C13C59;
}
.AnyTagClassName
{
color: #C13C59;
}
</style>
background-color css
<style>
a { background-color: #C13C59; }
a { background-color: rgb(193,60,89); }
div.DivClassName
{
background-color: #C13C59;
}
.BgClassName
{
background-color: #C13C59;
}
</style>
border-color css
<style>
span { border-color: #C13C59; }
span { border-color: rgb(193,60,89); }
td.TdClassName
{
border-color: #C13C59;
}
.TagClassName
{
border-color: #C13C59;
}
</style>