Shades of Old Rose #C13D5C
Tints of Old Rose #C13D5C
RGB
CMYK
RGB Variations
Color information
#C13D5C (or 0xC13D5C) is known color: Old Rose. HEX triplet: C1, 3D and 5C. RGB value is (193,61,92). Sum of RGB (Red+Green+Blue) = 193+61+92=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D5C is #3EC2A3. Grayscale: #686868. Windows color (decimal): -4113060 or 6045121. OLE color: 6045121.
HSL color Cylindrical-coordinate representation of color #C13D5C: hue angle of 345.91º 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 #C13D5C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 92 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.24 |
| HSL | 345.91º | 0.52% | 0.5% | - |
| HSV(B) | 345.91º | 0.68% | 0.76% | - |
| XYZ | 25.59 | 15.45 | 11.76 | - |
| YUV | 104 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 92 | 0 | 0.68 | 0.52 | 0.24 | 345.91 | 0.52 | 0.5 |
| Hex | C1 | 3D | 5C | 0 | 44 | 34 | 18 | 15A | 34 | 32 |
| Octal | 301 | 75 | 134 | 0 | 104 | 64 | 30 | 532 | 64 | 62 |
| Binary | 11000001 | 111101 | 1011100 | 0 | 1000100 | 110100 | 11000 | 101011010 | 110100 | 110010 |
Color Harmonies of #C13D5C
Complementary color
Monochromatic Colors of #C13D5C
Black with #C13D5C
Text Example
Text Example
White with #C13D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D5C; }
p { color: rgb(193,61,92); }
H1.HeaderClassName
{
color: #C13D5C;
}
.AnyTagClassName
{
color: #C13D5C;
}
</style>
background-color css
<style>
a { background-color: #C13D5C; }
a { background-color: rgb(193,61,92); }
div.DivClassName
{
background-color: #C13D5C;
}
.BgClassName
{
background-color: #C13D5C;
}
</style>
border-color css
<style>
span { border-color: #C13D5C; }
span { border-color: rgb(193,61,92); }
td.TdClassName
{
border-color: #C13D5C;
}
.TagClassName
{
border-color: #C13D5C;
}
</style>