Shades of Old Rose #C42D5E
Tints of Old Rose #C42D5E
RGB
CMYK
RGB Variations
Color information
#C42D5E (or 0xC42D5E) is known color: Old Rose. HEX triplet: C4, 2D and 5E. RGB value is (196,45,94). Sum of RGB (Red+Green+Blue) = 196+45+94=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D5E is #3BD2A1. Grayscale: #5F5F5F. Windows color (decimal): -3920546 or 6172100. OLE color: 6172100.
HSL color Cylindrical-coordinate representation of color #C42D5E: hue angle of 340.53º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D5E is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 94 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.23 |
| HSL | 340.53º | 0.63% | 0.47% | - |
| HSV(B) | 340.53º | 0.77% | 0.77% | - |
| XYZ | 25.72 | 14.42 | 12.02 | - |
| YUV | 95.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 94 | 0 | 0.77 | 0.52 | 0.23 | 340.53 | 0.63 | 0.47 |
| Hex | C4 | 2D | 5E | 0 | 4D | 34 | 17 | 155 | 3F | 2F |
| Octal | 304 | 55 | 136 | 0 | 115 | 64 | 27 | 525 | 77 | 57 |
| Binary | 11000100 | 101101 | 1011110 | 0 | 1001101 | 110100 | 10111 | 101010101 | 111111 | 101111 |
Color Harmonies of #C42D5E
Complementary color
Monochromatic Colors of #C42D5E
Black with #C42D5E
Text Example
Text Example
White with #C42D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D5E; }
p { color: rgb(196,45,94); }
H1.HeaderClassName
{
color: #C42D5E;
}
.AnyTagClassName
{
color: #C42D5E;
}
</style>
background-color css
<style>
a { background-color: #C42D5E; }
a { background-color: rgb(196,45,94); }
div.DivClassName
{
background-color: #C42D5E;
}
.BgClassName
{
background-color: #C42D5E;
}
</style>
border-color css
<style>
span { border-color: #C42D5E; }
span { border-color: rgb(196,45,94); }
td.TdClassName
{
border-color: #C42D5E;
}
.TagClassName
{
border-color: #C42D5E;
}
</style>