Shades of Old Rose #C13C4D
Tints of Old Rose #C13C4D
RGB
CMYK
RGB Variations
Color information
#C13C4D (or 0xC13C4D) is known color: Old Rose. HEX triplet: C1, 3C and 4D. RGB value is (193,60,77). Sum of RGB (Red+Green+Blue) = 193+60+77=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13C4D is #3EC3B2. Grayscale: #656565. Windows color (decimal): -4113331 or 5061825. OLE color: 5061825.
HSL color Cylindrical-coordinate representation of color #C13C4D: hue angle of 352.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C4D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 77 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.24 |
| HSL | 352.33º | 0.53% | 0.5% | - |
| HSV(B) | 352.33º | 0.69% | 0.76% | - |
| XYZ | 24.95 | 15.11 | 8.62 | - |
| YUV | 101.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 77 | 0 | 0.69 | 0.60 | 0.24 | 352.33 | 0.53 | 0.5 |
| Hex | C1 | 3C | 4D | 0 | 45 | 3C | 18 | 160 | 35 | 32 |
| Octal | 301 | 74 | 115 | 0 | 105 | 74 | 30 | 540 | 65 | 62 |
| Binary | 11000001 | 111100 | 1001101 | 0 | 1000101 | 111100 | 11000 | 101100000 | 110101 | 110010 |
Color Harmonies of #C13C4D
Complementary color
Monochromatic Colors of #C13C4D
Black with #C13C4D
Text Example
Text Example
White with #C13C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C4D; }
p { color: rgb(193,60,77); }
H1.HeaderClassName
{
color: #C13C4D;
}
.AnyTagClassName
{
color: #C13C4D;
}
</style>
background-color css
<style>
a { background-color: #C13C4D; }
a { background-color: rgb(193,60,77); }
div.DivClassName
{
background-color: #C13C4D;
}
.BgClassName
{
background-color: #C13C4D;
}
</style>
border-color css
<style>
span { border-color: #C13C4D; }
span { border-color: rgb(193,60,77); }
td.TdClassName
{
border-color: #C13C4D;
}
.TagClassName
{
border-color: #C13C4D;
}
</style>