Shades of Old Rose #C13A5E
Tints of Old Rose #C13A5E
RGB
CMYK
RGB Variations
Color information
#C13A5E (or 0xC13A5E) is known color: Old Rose. HEX triplet: C1, 3A and 5E. RGB value is (193,58,94). Sum of RGB (Red+Green+Blue) = 193+58+94=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A5E is #3EC5A1. Grayscale: #666666. Windows color (decimal): -4113826 or 6175425. OLE color: 6175425.
HSL color Cylindrical-coordinate representation of color #C13A5E: hue angle of 344º 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 #C13A5E is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 94 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.24 |
| HSL | 344º | 0.54% | 0.49% | - |
| HSV(B) | 344º | 0.7% | 0.76% | - |
| XYZ | 25.53 | 15.17 | 12.17 | - |
| YUV | 102.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 94 | 0 | 0.70 | 0.51 | 0.24 | 344 | 0.54 | 0.49 |
| Hex | C1 | 3A | 5E | 0 | 46 | 33 | 18 | 158 | 36 | 31 |
| Octal | 301 | 72 | 136 | 0 | 106 | 63 | 30 | 530 | 66 | 61 |
| Binary | 11000001 | 111010 | 1011110 | 0 | 1000110 | 110011 | 11000 | 101011000 | 110110 | 110001 |
Color Harmonies of #C13A5E
Complementary color
Monochromatic Colors of #C13A5E
Black with #C13A5E
Text Example
Text Example
White with #C13A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A5E; }
p { color: rgb(193,58,94); }
H1.HeaderClassName
{
color: #C13A5E;
}
.AnyTagClassName
{
color: #C13A5E;
}
</style>
background-color css
<style>
a { background-color: #C13A5E; }
a { background-color: rgb(193,58,94); }
div.DivClassName
{
background-color: #C13A5E;
}
.BgClassName
{
background-color: #C13A5E;
}
</style>
border-color css
<style>
span { border-color: #C13A5E; }
span { border-color: rgb(193,58,94); }
td.TdClassName
{
border-color: #C13A5E;
}
.TagClassName
{
border-color: #C13A5E;
}
</style>