Shades of Old Rose #C13D4E
Tints of Old Rose #C13D4E
RGB
CMYK
RGB Variations
Color information
#C13D4E (or 0xC13D4E) is known color: Old Rose. HEX triplet: C1, 3D and 4E. RGB value is (193,61,78). Sum of RGB (Red+Green+Blue) = 193+61+78=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D4E is #3EC2B1. Grayscale: #666666. Windows color (decimal): -4113074 or 5127617. OLE color: 5127617.
HSL color Cylindrical-coordinate representation of color #C13D4E: hue angle of 352.27º 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 #C13D4E is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 78 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.24 |
| HSL | 352.27º | 0.52% | 0.5% | - |
| HSV(B) | 352.27º | 0.68% | 0.76% | - |
| XYZ | 25.04 | 15.23 | 8.83 | - |
| YUV | 102.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 78 | 0 | 0.68 | 0.60 | 0.24 | 352.27 | 0.52 | 0.5 |
| Hex | C1 | 3D | 4E | 0 | 44 | 3C | 18 | 160 | 34 | 32 |
| Octal | 301 | 75 | 116 | 0 | 104 | 74 | 30 | 540 | 64 | 62 |
| Binary | 11000001 | 111101 | 1001110 | 0 | 1000100 | 111100 | 11000 | 101100000 | 110100 | 110010 |
Color Harmonies of #C13D4E
Complementary color
Monochromatic Colors of #C13D4E
Black with #C13D4E
Text Example
Text Example
White with #C13D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D4E; }
p { color: rgb(193,61,78); }
H1.HeaderClassName
{
color: #C13D4E;
}
.AnyTagClassName
{
color: #C13D4E;
}
</style>
background-color css
<style>
a { background-color: #C13D4E; }
a { background-color: rgb(193,61,78); }
div.DivClassName
{
background-color: #C13D4E;
}
.BgClassName
{
background-color: #C13D4E;
}
</style>
border-color css
<style>
span { border-color: #C13D4E; }
span { border-color: rgb(193,61,78); }
td.TdClassName
{
border-color: #C13D4E;
}
.TagClassName
{
border-color: #C13D4E;
}
</style>