Shades of Old Rose #C42D4E
Tints of Old Rose #C42D4E
RGB
CMYK
RGB Variations
Color information
#C42D4E (or 0xC42D4E) is known color: Old Rose. HEX triplet: C4, 2D and 4E. RGB value is (196,45,78). Sum of RGB (Red+Green+Blue) = 196+45+78=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D4E is #3BD2B1. Grayscale: #5D5D5D. Windows color (decimal): -3920562 or 5123524. OLE color: 5123524.
HSL color Cylindrical-coordinate representation of color #C42D4E: hue angle of 346.89º 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 #C42D4E is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 78 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.23 |
| HSL | 346.89º | 0.63% | 0.47% | - |
| HSV(B) | 346.89º | 0.77% | 0.77% | - |
| XYZ | 25.08 | 14.16 | 8.62 | - |
| YUV | 93.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 78 | 0 | 0.77 | 0.60 | 0.23 | 346.89 | 0.63 | 0.47 |
| Hex | C4 | 2D | 4E | 0 | 4D | 3C | 17 | 15B | 3F | 2F |
| Octal | 304 | 55 | 116 | 0 | 115 | 74 | 27 | 533 | 77 | 57 |
| Binary | 11000100 | 101101 | 1001110 | 0 | 1001101 | 111100 | 10111 | 101011011 | 111111 | 101111 |
Color Harmonies of #C42D4E
Complementary color
Monochromatic Colors of #C42D4E
Black with #C42D4E
Text Example
Text Example
White with #C42D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D4E; }
p { color: rgb(196,45,78); }
H1.HeaderClassName
{
color: #C42D4E;
}
.AnyTagClassName
{
color: #C42D4E;
}
</style>
background-color css
<style>
a { background-color: #C42D4E; }
a { background-color: rgb(196,45,78); }
div.DivClassName
{
background-color: #C42D4E;
}
.BgClassName
{
background-color: #C42D4E;
}
</style>
border-color css
<style>
span { border-color: #C42D4E; }
span { border-color: rgb(196,45,78); }
td.TdClassName
{
border-color: #C42D4E;
}
.TagClassName
{
border-color: #C42D4E;
}
</style>