Shades of Old Rose #C13D5D
Tints of Old Rose #C13D5D
RGB
CMYK
RGB Variations
Color information
#C13D5D (or 0xC13D5D) is known color: Old Rose. HEX triplet: C1, 3D and 5D. RGB value is (193,61,93). Sum of RGB (Red+Green+Blue) = 193+61+93=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D5D is #3EC2A2. Grayscale: #686868. Windows color (decimal): -4113059 or 6110657. OLE color: 6110657.
HSL color Cylindrical-coordinate representation of color #C13D5D: hue angle of 345.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D5D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 93 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.24 |
| HSL | 345.45º | 0.52% | 0.5% | - |
| HSV(B) | 345.45º | 0.68% | 0.76% | - |
| XYZ | 25.64 | 15.47 | 11.99 | - |
| YUV | 104.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 93 | 0 | 0.68 | 0.52 | 0.24 | 345.45 | 0.52 | 0.5 |
| Hex | C1 | 3D | 5D | 0 | 44 | 34 | 18 | 159 | 34 | 32 |
| Octal | 301 | 75 | 135 | 0 | 104 | 64 | 30 | 531 | 64 | 62 |
| Binary | 11000001 | 111101 | 1011101 | 0 | 1000100 | 110100 | 11000 | 101011001 | 110100 | 110010 |
Color Harmonies of #C13D5D
Complementary color
Monochromatic Colors of #C13D5D
Black with #C13D5D
Text Example
Text Example
White with #C13D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D5D; }
p { color: rgb(193,61,93); }
H1.HeaderClassName
{
color: #C13D5D;
}
.AnyTagClassName
{
color: #C13D5D;
}
</style>
background-color css
<style>
a { background-color: #C13D5D; }
a { background-color: rgb(193,61,93); }
div.DivClassName
{
background-color: #C13D5D;
}
.BgClassName
{
background-color: #C13D5D;
}
</style>
border-color css
<style>
span { border-color: #C13D5D; }
span { border-color: rgb(193,61,93); }
td.TdClassName
{
border-color: #C13D5D;
}
.TagClassName
{
border-color: #C13D5D;
}
</style>