Shades of Old Rose #C13B4E
Tints of Old Rose #C13B4E
RGB
CMYK
RGB Variations
Color information
#C13B4E (or 0xC13B4E) is known color: Old Rose. HEX triplet: C1, 3B and 4E. RGB value is (193,59,78). Sum of RGB (Red+Green+Blue) = 193+59+78=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B4E is #3EC4B1. Grayscale: #656565. Windows color (decimal): -4113586 or 5127105. OLE color: 5127105.
HSL color Cylindrical-coordinate representation of color #C13B4E: hue angle of 351.49º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B4E is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 78 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.24 |
| HSL | 351.49º | 0.53% | 0.49% | - |
| HSV(B) | 351.49º | 0.69% | 0.76% | - |
| XYZ | 24.93 | 15.02 | 8.79 | - |
| YUV | 101.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 78 | 0 | 0.69 | 0.60 | 0.24 | 351.49 | 0.53 | 0.49 |
| Hex | C1 | 3B | 4E | 0 | 45 | 3C | 18 | 15F | 35 | 31 |
| Octal | 301 | 73 | 116 | 0 | 105 | 74 | 30 | 537 | 65 | 61 |
| Binary | 11000001 | 111011 | 1001110 | 0 | 1000101 | 111100 | 11000 | 101011111 | 110101 | 110001 |
Color Harmonies of #C13B4E
Complementary color
Monochromatic Colors of #C13B4E
Black with #C13B4E
Text Example
Text Example
White with #C13B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B4E; }
p { color: rgb(193,59,78); }
H1.HeaderClassName
{
color: #C13B4E;
}
.AnyTagClassName
{
color: #C13B4E;
}
</style>
background-color css
<style>
a { background-color: #C13B4E; }
a { background-color: rgb(193,59,78); }
div.DivClassName
{
background-color: #C13B4E;
}
.BgClassName
{
background-color: #C13B4E;
}
</style>
border-color css
<style>
span { border-color: #C13B4E; }
span { border-color: rgb(193,59,78); }
td.TdClassName
{
border-color: #C13B4E;
}
.TagClassName
{
border-color: #C13B4E;
}
</style>