Shades of Old Rose #C13C5E
Tints of Old Rose #C13C5E
RGB
CMYK
RGB Variations
Color information
#C13C5E (or 0xC13C5E) is known color: Old Rose. HEX triplet: C1, 3C and 5E. RGB value is (193,60,94). Sum of RGB (Red+Green+Blue) = 193+60+94=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13C5E is #3EC3A1. Grayscale: #676767. Windows color (decimal): -4113314 or 6175937. OLE color: 6175937.
HSL color Cylindrical-coordinate representation of color #C13C5E: hue angle of 344.66º 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 #C13C5E is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 94 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.24 |
| HSL | 344.66º | 0.53% | 0.5% | - |
| HSV(B) | 344.66º | 0.69% | 0.76% | - |
| XYZ | 25.63 | 15.38 | 12.21 | - |
| YUV | 103.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 94 | 0 | 0.69 | 0.51 | 0.24 | 344.66 | 0.53 | 0.5 |
| Hex | C1 | 3C | 5E | 0 | 45 | 33 | 18 | 159 | 35 | 32 |
| Octal | 301 | 74 | 136 | 0 | 105 | 63 | 30 | 531 | 65 | 62 |
| Binary | 11000001 | 111100 | 1011110 | 0 | 1000101 | 110011 | 11000 | 101011001 | 110101 | 110010 |
Color Harmonies of #C13C5E
Complementary color
Monochromatic Colors of #C13C5E
Black with #C13C5E
Text Example
Text Example
White with #C13C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C5E; }
p { color: rgb(193,60,94); }
H1.HeaderClassName
{
color: #C13C5E;
}
.AnyTagClassName
{
color: #C13C5E;
}
</style>
background-color css
<style>
a { background-color: #C13C5E; }
a { background-color: rgb(193,60,94); }
div.DivClassName
{
background-color: #C13C5E;
}
.BgClassName
{
background-color: #C13C5E;
}
</style>
border-color css
<style>
span { border-color: #C13C5E; }
span { border-color: rgb(193,60,94); }
td.TdClassName
{
border-color: #C13C5E;
}
.TagClassName
{
border-color: #C13C5E;
}
</style>