Shades of Old Rose #C43E5D
Tints of Old Rose #C43E5D
RGB
CMYK
RGB Variations
Color information
#C43E5D (or 0xC43E5D) is known color: Old Rose. HEX triplet: C4, 3E and 5D. RGB value is (196,62,93). Sum of RGB (Red+Green+Blue) = 196+62+93=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E5D is #3BC1A2. Grayscale: #696969. Windows color (decimal): -3916195 or 6110916. OLE color: 6110916.
HSL color Cylindrical-coordinate representation of color #C43E5D: hue angle of 346.12º 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 #C43E5D is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 93 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.23 |
| HSL | 346.12º | 0.53% | 0.51% | - |
| HSV(B) | 346.12º | 0.68% | 0.77% | - |
| XYZ | 26.46 | 15.97 | 12.04 | - |
| YUV | 105.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 93 | 0 | 0.68 | 0.53 | 0.23 | 346.12 | 0.53 | 0.51 |
| Hex | C4 | 3E | 5D | 0 | 44 | 35 | 17 | 15A | 35 | 33 |
| Octal | 304 | 76 | 135 | 0 | 104 | 65 | 27 | 532 | 65 | 63 |
| Binary | 11000100 | 111110 | 1011101 | 0 | 1000100 | 110101 | 10111 | 101011010 | 110101 | 110011 |
Color Harmonies of #C43E5D
Complementary color
Monochromatic Colors of #C43E5D
Black with #C43E5D
Text Example
Text Example
White with #C43E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E5D; }
p { color: rgb(196,62,93); }
H1.HeaderClassName
{
color: #C43E5D;
}
.AnyTagClassName
{
color: #C43E5D;
}
</style>
background-color css
<style>
a { background-color: #C43E5D; }
a { background-color: rgb(196,62,93); }
div.DivClassName
{
background-color: #C43E5D;
}
.BgClassName
{
background-color: #C43E5D;
}
</style>
border-color css
<style>
span { border-color: #C43E5D; }
span { border-color: rgb(196,62,93); }
td.TdClassName
{
border-color: #C43E5D;
}
.TagClassName
{
border-color: #C43E5D;
}
</style>