Shades of Old Rose #C13F4D
Tints of Old Rose #C13F4D
RGB
CMYK
RGB Variations
Color information
#C13F4D (or 0xC13F4D) is known color: Old Rose. HEX triplet: C1, 3F and 4D. RGB value is (193,63,77). Sum of RGB (Red+Green+Blue) = 193+63+77=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F4D is #3EC0B2. Grayscale: #676767. Windows color (decimal): -4112563 or 5062593. OLE color: 5062593.
HSL color Cylindrical-coordinate representation of color #C13F4D: hue angle of 353.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F4D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 77 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.24 |
| HSL | 353.54º | 0.51% | 0.5% | - |
| HSV(B) | 353.54º | 0.67% | 0.76% | - |
| XYZ | 25.11 | 15.43 | 8.68 | - |
| YUV | 103.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 77 | 0 | 0.67 | 0.60 | 0.24 | 353.54 | 0.51 | 0.5 |
| Hex | C1 | 3F | 4D | 0 | 43 | 3C | 18 | 162 | 33 | 32 |
| Octal | 301 | 77 | 115 | 0 | 103 | 74 | 30 | 542 | 63 | 62 |
| Binary | 11000001 | 111111 | 1001101 | 0 | 1000011 | 111100 | 11000 | 101100010 | 110011 | 110010 |
Color Harmonies of #C13F4D
Complementary color
Monochromatic Colors of #C13F4D
Black with #C13F4D
Text Example
Text Example
White with #C13F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F4D; }
p { color: rgb(193,63,77); }
H1.HeaderClassName
{
color: #C13F4D;
}
.AnyTagClassName
{
color: #C13F4D;
}
</style>
background-color css
<style>
a { background-color: #C13F4D; }
a { background-color: rgb(193,63,77); }
div.DivClassName
{
background-color: #C13F4D;
}
.BgClassName
{
background-color: #C13F4D;
}
</style>
border-color css
<style>
span { border-color: #C13F4D; }
span { border-color: rgb(193,63,77); }
td.TdClassName
{
border-color: #C13F4D;
}
.TagClassName
{
border-color: #C13F4D;
}
</style>