Shades of Old Rose #C13E5C
Tints of Old Rose #C13E5C
RGB
CMYK
RGB Variations
Color information
#C13E5C (or 0xC13E5C) is known color: Old Rose. HEX triplet: C1, 3E and 5C. RGB value is (193,62,92). Sum of RGB (Red+Green+Blue) = 193+62+92=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E5C is #3EC1A3. Grayscale: #686868. Windows color (decimal): -4112804 or 6045377. OLE color: 6045377.
HSL color Cylindrical-coordinate representation of color #C13E5C: hue angle of 346.26º degrees, saturation: 0.51, 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 #C13E5C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 92 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.24 |
| HSL | 346.26º | 0.51% | 0.5% | - |
| HSV(B) | 346.26º | 0.68% | 0.76% | - |
| XYZ | 25.65 | 15.56 | 11.78 | - |
| YUV | 104.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 92 | 0 | 0.68 | 0.52 | 0.24 | 346.26 | 0.51 | 0.5 |
| Hex | C1 | 3E | 5C | 0 | 44 | 34 | 18 | 15A | 33 | 32 |
| Octal | 301 | 76 | 134 | 0 | 104 | 64 | 30 | 532 | 63 | 62 |
| Binary | 11000001 | 111110 | 1011100 | 0 | 1000100 | 110100 | 11000 | 101011010 | 110011 | 110010 |
Color Harmonies of #C13E5C
Complementary color
Monochromatic Colors of #C13E5C
Black with #C13E5C
Text Example
Text Example
White with #C13E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E5C; }
p { color: rgb(193,62,92); }
H1.HeaderClassName
{
color: #C13E5C;
}
.AnyTagClassName
{
color: #C13E5C;
}
</style>
background-color css
<style>
a { background-color: #C13E5C; }
a { background-color: rgb(193,62,92); }
div.DivClassName
{
background-color: #C13E5C;
}
.BgClassName
{
background-color: #C13E5C;
}
</style>
border-color css
<style>
span { border-color: #C13E5C; }
span { border-color: rgb(193,62,92); }
td.TdClassName
{
border-color: #C13E5C;
}
.TagClassName
{
border-color: #C13E5C;
}
</style>