Shades of Old Rose #C13D49
Tints of Old Rose #C13D49
RGB
CMYK
RGB Variations
Color information
#C13D49 (or 0xC13D49) is known color: Old Rose. HEX triplet: C1, 3D and 49. RGB value is (193,61,73). Sum of RGB (Red+Green+Blue) = 193+61+73=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D49 is #3EC2B6. Grayscale: #656565. Windows color (decimal): -4113079 or 4799937. OLE color: 4799937.
HSL color Cylindrical-coordinate representation of color #C13D49: hue angle of 354.55º 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 #C13D49 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 73 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.24 |
| HSL | 354.55º | 0.52% | 0.5% | - |
| HSV(B) | 354.55º | 0.68% | 0.76% | - |
| XYZ | 24.86 | 15.16 | 7.92 | - |
| YUV | 101.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 73 | 0 | 0.68 | 0.62 | 0.24 | 354.55 | 0.52 | 0.5 |
| Hex | C1 | 3D | 49 | 0 | 44 | 3E | 18 | 163 | 34 | 32 |
| Octal | 301 | 75 | 111 | 0 | 104 | 76 | 30 | 543 | 64 | 62 |
| Binary | 11000001 | 111101 | 1001001 | 0 | 1000100 | 111110 | 11000 | 101100011 | 110100 | 110010 |
Color Harmonies of #C13D49
Complementary color
Monochromatic Colors of #C13D49
Black with #C13D49
Text Example
Text Example
White with #C13D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D49; }
p { color: rgb(193,61,73); }
H1.HeaderClassName
{
color: #C13D49;
}
.AnyTagClassName
{
color: #C13D49;
}
</style>
background-color css
<style>
a { background-color: #C13D49; }
a { background-color: rgb(193,61,73); }
div.DivClassName
{
background-color: #C13D49;
}
.BgClassName
{
background-color: #C13D49;
}
</style>
border-color css
<style>
span { border-color: #C13D49; }
span { border-color: rgb(193,61,73); }
td.TdClassName
{
border-color: #C13D49;
}
.TagClassName
{
border-color: #C13D49;
}
</style>