Shades of Old Rose #C13E4D
Tints of Old Rose #C13E4D
RGB
CMYK
RGB Variations
Color information
#C13E4D (or 0xC13E4D) is known color: Old Rose. HEX triplet: C1, 3E and 4D. RGB value is (193,62,77). Sum of RGB (Red+Green+Blue) = 193+62+77=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E4D is #3EC1B2. Grayscale: #666666. Windows color (decimal): -4112819 or 5062337. OLE color: 5062337.
HSL color Cylindrical-coordinate representation of color #C13E4D: hue angle of 353.13º 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 #C13E4D is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 77 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.24 |
| HSL | 353.13º | 0.51% | 0.5% | - |
| HSV(B) | 353.13º | 0.68% | 0.76% | - |
| XYZ | 25.05 | 15.32 | 8.66 | - |
| YUV | 102.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 77 | 0 | 0.68 | 0.60 | 0.24 | 353.13 | 0.51 | 0.5 |
| Hex | C1 | 3E | 4D | 0 | 44 | 3C | 18 | 161 | 33 | 32 |
| Octal | 301 | 76 | 115 | 0 | 104 | 74 | 30 | 541 | 63 | 62 |
| Binary | 11000001 | 111110 | 1001101 | 0 | 1000100 | 111100 | 11000 | 101100001 | 110011 | 110010 |
Color Harmonies of #C13E4D
Complementary color
Monochromatic Colors of #C13E4D
Black with #C13E4D
Text Example
Text Example
White with #C13E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E4D; }
p { color: rgb(193,62,77); }
H1.HeaderClassName
{
color: #C13E4D;
}
.AnyTagClassName
{
color: #C13E4D;
}
</style>
background-color css
<style>
a { background-color: #C13E4D; }
a { background-color: rgb(193,62,77); }
div.DivClassName
{
background-color: #C13E4D;
}
.BgClassName
{
background-color: #C13E4D;
}
</style>
border-color css
<style>
span { border-color: #C13E4D; }
span { border-color: rgb(193,62,77); }
td.TdClassName
{
border-color: #C13E4D;
}
.TagClassName
{
border-color: #C13E4D;
}
</style>