Shades of Old Rose #C43049
Tints of Old Rose #C43049
RGB
CMYK
RGB Variations
Color information
#C43049 (or 0xC43049) is known color: Old Rose. HEX triplet: C4, 30 and 49. RGB value is (196,48,73). Sum of RGB (Red+Green+Blue) = 196+48+73=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43049 is #3BCFB6. Grayscale: #5F5F5F. Windows color (decimal): -3919799 or 4796612. OLE color: 4796612.
HSL color Cylindrical-coordinate representation of color #C43049: hue angle of 349.86º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43049 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 73 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.23 |
| HSL | 349.86º | 0.61% | 0.48% | - |
| HSV(B) | 349.86º | 0.76% | 0.77% | - |
| XYZ | 25.02 | 14.33 | 7.75 | - |
| YUV | 95.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 73 | 0 | 0.76 | 0.63 | 0.23 | 349.86 | 0.61 | 0.48 |
| Hex | C4 | 30 | 49 | 0 | 4C | 3F | 17 | 15E | 3D | 30 |
| Octal | 304 | 60 | 111 | 0 | 114 | 77 | 27 | 536 | 75 | 60 |
| Binary | 11000100 | 110000 | 1001001 | 0 | 1001100 | 111111 | 10111 | 101011110 | 111101 | 110000 |
Color Harmonies of #C43049
Complementary color
Monochromatic Colors of #C43049
Black with #C43049
Text Example
Text Example
White with #C43049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43049; }
p { color: rgb(196,48,73); }
H1.HeaderClassName
{
color: #C43049;
}
.AnyTagClassName
{
color: #C43049;
}
</style>
background-color css
<style>
a { background-color: #C43049; }
a { background-color: rgb(196,48,73); }
div.DivClassName
{
background-color: #C43049;
}
.BgClassName
{
background-color: #C43049;
}
</style>
border-color css
<style>
span { border-color: #C43049; }
span { border-color: rgb(196,48,73); }
td.TdClassName
{
border-color: #C43049;
}
.TagClassName
{
border-color: #C43049;
}
</style>