Shades of Old Rose #C43649
Tints of Old Rose #C43649
RGB
CMYK
RGB Variations
Color information
#C43649 (or 0xC43649) is known color: Old Rose. HEX triplet: C4, 36 and 49. RGB value is (196,54,73). Sum of RGB (Red+Green+Blue) = 196+54+73=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C43649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43649 is #3BC9B6. Grayscale: #626262. Windows color (decimal): -3918263 or 4798148. OLE color: 4798148.
HSL color Cylindrical-coordinate representation of color #C43649: hue angle of 351.97º degrees, saturation: 0.57, 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 #C43649 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 73 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.23 |
| HSL | 351.97º | 0.57% | 0.49% | - |
| HSV(B) | 351.97º | 0.72% | 0.77% | - |
| XYZ | 25.29 | 14.86 | 7.84 | - |
| YUV | 98.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 73 | 0 | 0.72 | 0.63 | 0.23 | 351.97 | 0.57 | 0.49 |
| Hex | C4 | 36 | 49 | 0 | 48 | 3F | 17 | 160 | 39 | 31 |
| Octal | 304 | 66 | 111 | 0 | 110 | 77 | 27 | 540 | 71 | 61 |
| Binary | 11000100 | 110110 | 1001001 | 0 | 1001000 | 111111 | 10111 | 101100000 | 111001 | 110001 |
Color Harmonies of #C43649
Complementary color
Monochromatic Colors of #C43649
Black with #C43649
Text Example
Text Example
White with #C43649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43649; }
p { color: rgb(196,54,73); }
H1.HeaderClassName
{
color: #C43649;
}
.AnyTagClassName
{
color: #C43649;
}
</style>
background-color css
<style>
a { background-color: #C43649; }
a { background-color: rgb(196,54,73); }
div.DivClassName
{
background-color: #C43649;
}
.BgClassName
{
background-color: #C43649;
}
</style>
border-color css
<style>
span { border-color: #C43649; }
span { border-color: rgb(196,54,73); }
td.TdClassName
{
border-color: #C43649;
}
.TagClassName
{
border-color: #C43649;
}
</style>