Shades of Old Rose #C43E4E
Tints of Old Rose #C43E4E
RGB
CMYK
RGB Variations
Color information
#C43E4E (or 0xC43E4E) is known color: Old Rose. HEX triplet: C4, 3E and 4E. RGB value is (196,62,78). Sum of RGB (Red+Green+Blue) = 196+62+78=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E4E is #3BC1B1. Grayscale: #676767. Windows color (decimal): -3916210 or 5127876. OLE color: 5127876.
HSL color Cylindrical-coordinate representation of color #C43E4E: hue angle of 352.84º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E4E is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 78 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.23 |
| HSL | 352.84º | 0.53% | 0.51% | - |
| HSV(B) | 352.84º | 0.68% | 0.77% | - |
| XYZ | 25.86 | 15.73 | 8.88 | - |
| YUV | 103.89 | 113.39 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 78 | 0 | 0.68 | 0.60 | 0.23 | 352.84 | 0.53 | 0.51 |
| Hex | C4 | 3E | 4E | 0 | 44 | 3C | 17 | 161 | 35 | 33 |
| Octal | 304 | 76 | 116 | 0 | 104 | 74 | 27 | 541 | 65 | 63 |
| Binary | 11000100 | 111110 | 1001110 | 0 | 1000100 | 111100 | 10111 | 101100001 | 110101 | 110011 |
Color Harmonies of #C43E4E
Complementary color
Monochromatic Colors of #C43E4E
Black with #C43E4E
Text Example
Text Example
White with #C43E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E4E; }
p { color: rgb(196,62,78); }
H1.HeaderClassName
{
color: #C43E4E;
}
.AnyTagClassName
{
color: #C43E4E;
}
</style>
background-color css
<style>
a { background-color: #C43E4E; }
a { background-color: rgb(196,62,78); }
div.DivClassName
{
background-color: #C43E4E;
}
.BgClassName
{
background-color: #C43E4E;
}
</style>
border-color css
<style>
span { border-color: #C43E4E; }
span { border-color: rgb(196,62,78); }
td.TdClassName
{
border-color: #C43E4E;
}
.TagClassName
{
border-color: #C43E4E;
}
</style>