Shades of Old Rose #C13D5B
Tints of Old Rose #C13D5B
RGB
CMYK
RGB Variations
Color information
#C13D5B (or 0xC13D5B) is known color: Old Rose. HEX triplet: C1, 3D and 5B. RGB value is (193,61,91). Sum of RGB (Red+Green+Blue) = 193+61+91=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D5B is #3EC2A4. Grayscale: #676767. Windows color (decimal): -4113061 or 5979585. OLE color: 5979585.
HSL color Cylindrical-coordinate representation of color #C13D5B: hue angle of 346.36º 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 #C13D5B is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 91 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.24 |
| HSL | 346.36º | 0.52% | 0.5% | - |
| HSV(B) | 346.36º | 0.68% | 0.76% | - |
| XYZ | 25.55 | 15.43 | 11.53 | - |
| YUV | 103.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 91 | 0 | 0.68 | 0.53 | 0.24 | 346.36 | 0.52 | 0.5 |
| Hex | C1 | 3D | 5B | 0 | 44 | 35 | 18 | 15A | 34 | 32 |
| Octal | 301 | 75 | 133 | 0 | 104 | 65 | 30 | 532 | 64 | 62 |
| Binary | 11000001 | 111101 | 1011011 | 0 | 1000100 | 110101 | 11000 | 101011010 | 110100 | 110010 |
Color Harmonies of #C13D5B
Complementary color
Monochromatic Colors of #C13D5B
Black with #C13D5B
Text Example
Text Example
White with #C13D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D5B; }
p { color: rgb(193,61,91); }
H1.HeaderClassName
{
color: #C13D5B;
}
.AnyTagClassName
{
color: #C13D5B;
}
</style>
background-color css
<style>
a { background-color: #C13D5B; }
a { background-color: rgb(193,61,91); }
div.DivClassName
{
background-color: #C13D5B;
}
.BgClassName
{
background-color: #C13D5B;
}
</style>
border-color css
<style>
span { border-color: #C13D5B; }
span { border-color: rgb(193,61,91); }
td.TdClassName
{
border-color: #C13D5B;
}
.TagClassName
{
border-color: #C13D5B;
}
</style>