Shades of Old Rose #C42949
Tints of Old Rose #C42949
RGB
CMYK
RGB Variations
Color information
#C42949 (or 0xC42949) is known color: Old Rose. HEX triplet: C4, 29 and 49. RGB value is (196,41,73). Sum of RGB (Red+Green+Blue) = 196+41+73=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C42949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42949 is #3BD6B6. Grayscale: #5B5B5B. Windows color (decimal): -3921591 or 4794820. OLE color: 4794820.
HSL color Cylindrical-coordinate representation of color #C42949: hue angle of 347.61º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42949 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 73 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.23 |
| HSL | 347.61º | 0.65% | 0.46% | - |
| HSV(B) | 347.61º | 0.79% | 0.77% | - |
| XYZ | 24.76 | 13.8 | 7.66 | - |
| YUV | 90.99 | 117.85 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 73 | 0 | 0.79 | 0.63 | 0.23 | 347.61 | 0.65 | 0.46 |
| Hex | C4 | 29 | 49 | 0 | 4F | 3F | 17 | 15C | 41 | 2E |
| Octal | 304 | 51 | 111 | 0 | 117 | 77 | 27 | 534 | 101 | 56 |
| Binary | 11000100 | 101001 | 1001001 | 0 | 1001111 | 111111 | 10111 | 101011100 | 1000001 | 101110 |
Color Harmonies of #C42949
Complementary color
Monochromatic Colors of #C42949
Black with #C42949
Text Example
Text Example
White with #C42949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42949; }
p { color: rgb(196,41,73); }
H1.HeaderClassName
{
color: #C42949;
}
.AnyTagClassName
{
color: #C42949;
}
</style>
background-color css
<style>
a { background-color: #C42949; }
a { background-color: rgb(196,41,73); }
div.DivClassName
{
background-color: #C42949;
}
.BgClassName
{
background-color: #C42949;
}
</style>
border-color css
<style>
span { border-color: #C42949; }
span { border-color: rgb(196,41,73); }
td.TdClassName
{
border-color: #C42949;
}
.TagClassName
{
border-color: #C42949;
}
</style>