Shades of Old Rose #C13D4F
Tints of Old Rose #C13D4F
RGB
CMYK
RGB Variations
Color information
#C13D4F (or 0xC13D4F) is known color: Old Rose. HEX triplet: C1, 3D and 4F. RGB value is (193,61,79). Sum of RGB (Red+Green+Blue) = 193+61+79=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D4F is #3EC2B0. Grayscale: #666666. Windows color (decimal): -4113073 or 5193153. OLE color: 5193153.
HSL color Cylindrical-coordinate representation of color #C13D4F: hue angle of 351.82º 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 #C13D4F is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 79 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.24 |
| HSL | 351.82º | 0.52% | 0.5% | - |
| HSV(B) | 351.82º | 0.68% | 0.76% | - |
| XYZ | 25.07 | 15.24 | 9.02 | - |
| YUV | 102.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 79 | 0 | 0.68 | 0.59 | 0.24 | 351.82 | 0.52 | 0.5 |
| Hex | C1 | 3D | 4F | 0 | 44 | 3B | 18 | 160 | 34 | 32 |
| Octal | 301 | 75 | 117 | 0 | 104 | 73 | 30 | 540 | 64 | 62 |
| Binary | 11000001 | 111101 | 1001111 | 0 | 1000100 | 111011 | 11000 | 101100000 | 110100 | 110010 |
Color Harmonies of #C13D4F
Complementary color
Monochromatic Colors of #C13D4F
Black with #C13D4F
Text Example
Text Example
White with #C13D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D4F; }
p { color: rgb(193,61,79); }
H1.HeaderClassName
{
color: #C13D4F;
}
.AnyTagClassName
{
color: #C13D4F;
}
</style>
background-color css
<style>
a { background-color: #C13D4F; }
a { background-color: rgb(193,61,79); }
div.DivClassName
{
background-color: #C13D4F;
}
.BgClassName
{
background-color: #C13D4F;
}
</style>
border-color css
<style>
span { border-color: #C13D4F; }
span { border-color: rgb(193,61,79); }
td.TdClassName
{
border-color: #C13D4F;
}
.TagClassName
{
border-color: #C13D4F;
}
</style>