Shades of Old Rose #C42B49
Tints of Old Rose #C42B49
RGB
CMYK
RGB Variations
Color information
#C42B49 (or 0xC42B49) is known color: Old Rose. HEX triplet: C4, 2B and 49. RGB value is (196,43,73). Sum of RGB (Red+Green+Blue) = 196+43+73=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B49 is #3BD4B6. Grayscale: #5C5C5C. Windows color (decimal): -3921079 or 4795332. OLE color: 4795332.
HSL color Cylindrical-coordinate representation of color #C42B49: hue angle of 348.24º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B49 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 73 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.23 |
| HSL | 348.24º | 0.64% | 0.47% | - |
| HSV(B) | 348.24º | 0.78% | 0.77% | - |
| XYZ | 24.83 | 13.94 | 7.69 | - |
| YUV | 92.17 | 117.19 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 73 | 0 | 0.78 | 0.63 | 0.23 | 348.24 | 0.64 | 0.47 |
| Hex | C4 | 2B | 49 | 0 | 4E | 3F | 17 | 15C | 40 | 2F |
| Octal | 304 | 53 | 111 | 0 | 116 | 77 | 27 | 534 | 100 | 57 |
| Binary | 11000100 | 101011 | 1001001 | 0 | 1001110 | 111111 | 10111 | 101011100 | 1000000 | 101111 |
Color Harmonies of #C42B49
Complementary color
Monochromatic Colors of #C42B49
Black with #C42B49
Text Example
Text Example
White with #C42B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B49; }
p { color: rgb(196,43,73); }
H1.HeaderClassName
{
color: #C42B49;
}
.AnyTagClassName
{
color: #C42B49;
}
</style>
background-color css
<style>
a { background-color: #C42B49; }
a { background-color: rgb(196,43,73); }
div.DivClassName
{
background-color: #C42B49;
}
.BgClassName
{
background-color: #C42B49;
}
</style>
border-color css
<style>
span { border-color: #C42B49; }
span { border-color: rgb(196,43,73); }
td.TdClassName
{
border-color: #C42B49;
}
.TagClassName
{
border-color: #C42B49;
}
</style>