Shades of Old Rose #C43749
Tints of Old Rose #C43749
RGB
CMYK
RGB Variations
Color information
#C43749 (or 0xC43749) is known color: Old Rose. HEX triplet: C4, 37 and 49. RGB value is (196,55,73). Sum of RGB (Red+Green+Blue) = 196+55+73=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C43749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43749 is #3BC8B6. Grayscale: #636363. Windows color (decimal): -3918007 or 4798404. OLE color: 4798404.
HSL color Cylindrical-coordinate representation of color #C43749: hue angle of 352.34º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43749 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 73 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.23 |
| HSL | 352.34º | 0.56% | 0.49% | - |
| HSV(B) | 352.34º | 0.72% | 0.77% | - |
| XYZ | 25.33 | 14.95 | 7.85 | - |
| YUV | 99.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 73 | 0 | 0.72 | 0.63 | 0.23 | 352.34 | 0.56 | 0.49 |
| Hex | C4 | 37 | 49 | 0 | 48 | 3F | 17 | 160 | 38 | 31 |
| Octal | 304 | 67 | 111 | 0 | 110 | 77 | 27 | 540 | 70 | 61 |
| Binary | 11000100 | 110111 | 1001001 | 0 | 1001000 | 111111 | 10111 | 101100000 | 111000 | 110001 |
Color Harmonies of #C43749
Complementary color
Monochromatic Colors of #C43749
Black with #C43749
Text Example
Text Example
White with #C43749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43749; }
p { color: rgb(196,55,73); }
H1.HeaderClassName
{
color: #C43749;
}
.AnyTagClassName
{
color: #C43749;
}
</style>
background-color css
<style>
a { background-color: #C43749; }
a { background-color: rgb(196,55,73); }
div.DivClassName
{
background-color: #C43749;
}
.BgClassName
{
background-color: #C43749;
}
</style>
border-color css
<style>
span { border-color: #C43749; }
span { border-color: rgb(196,55,73); }
td.TdClassName
{
border-color: #C43749;
}
.TagClassName
{
border-color: #C43749;
}
</style>