Shades of Old Rose #C13E5A
Tints of Old Rose #C13E5A
RGB
CMYK
RGB Variations
Color information
#C13E5A (or 0xC13E5A) is known color: Old Rose. HEX triplet: C1, 3E and 5A. RGB value is (193,62,90). Sum of RGB (Red+Green+Blue) = 193+62+90=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E5A is #3EC1A5. Grayscale: #686868. Windows color (decimal): -4112806 or 5914305. OLE color: 5914305.
HSL color Cylindrical-coordinate representation of color #C13E5A: hue angle of 347.18º 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 #C13E5A is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 90 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.24 |
| HSL | 347.18º | 0.51% | 0.5% | - |
| HSV(B) | 347.18º | 0.68% | 0.76% | - |
| XYZ | 25.56 | 15.52 | 11.32 | - |
| YUV | 104.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 90 | 0 | 0.68 | 0.53 | 0.24 | 347.18 | 0.51 | 0.5 |
| Hex | C1 | 3E | 5A | 0 | 44 | 35 | 18 | 15B | 33 | 32 |
| Octal | 301 | 76 | 132 | 0 | 104 | 65 | 30 | 533 | 63 | 62 |
| Binary | 11000001 | 111110 | 1011010 | 0 | 1000100 | 110101 | 11000 | 101011011 | 110011 | 110010 |
Color Harmonies of #C13E5A
Complementary color
Monochromatic Colors of #C13E5A
Black with #C13E5A
Text Example
Text Example
White with #C13E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E5A; }
p { color: rgb(193,62,90); }
H1.HeaderClassName
{
color: #C13E5A;
}
.AnyTagClassName
{
color: #C13E5A;
}
</style>
background-color css
<style>
a { background-color: #C13E5A; }
a { background-color: rgb(193,62,90); }
div.DivClassName
{
background-color: #C13E5A;
}
.BgClassName
{
background-color: #C13E5A;
}
</style>
border-color css
<style>
span { border-color: #C13E5A; }
span { border-color: rgb(193,62,90); }
td.TdClassName
{
border-color: #C13E5A;
}
.TagClassName
{
border-color: #C13E5A;
}
</style>