Shades of Old Rose #C42D51
Tints of Old Rose #C42D51
RGB
CMYK
RGB Variations
Color information
#C42D51 (or 0xC42D51) is known color: Old Rose. HEX triplet: C4, 2D and 51. RGB value is (196,45,81). Sum of RGB (Red+Green+Blue) = 196+45+81=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D51 is #3BD2AE. Grayscale: #5E5E5E. Windows color (decimal): -3920559 or 5320132. OLE color: 5320132.
HSL color Cylindrical-coordinate representation of color #C42D51: hue angle of 345.7º 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 #C42D51 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 81 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.23 |
| HSL | 345.7º | 0.63% | 0.47% | - |
| HSV(B) | 345.7º | 0.77% | 0.77% | - |
| XYZ | 25.19 | 14.21 | 9.2 | - |
| YUV | 94.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 81 | 0 | 0.77 | 0.59 | 0.23 | 345.7 | 0.63 | 0.47 |
| Hex | C4 | 2D | 51 | 0 | 4D | 3B | 17 | 15A | 3F | 2F |
| Octal | 304 | 55 | 121 | 0 | 115 | 73 | 27 | 532 | 77 | 57 |
| Binary | 11000100 | 101101 | 1010001 | 0 | 1001101 | 111011 | 10111 | 101011010 | 111111 | 101111 |
Color Harmonies of #C42D51
Complementary color
Monochromatic Colors of #C42D51
Black with #C42D51
Text Example
Text Example
White with #C42D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D51; }
p { color: rgb(196,45,81); }
H1.HeaderClassName
{
color: #C42D51;
}
.AnyTagClassName
{
color: #C42D51;
}
</style>
background-color css
<style>
a { background-color: #C42D51; }
a { background-color: rgb(196,45,81); }
div.DivClassName
{
background-color: #C42D51;
}
.BgClassName
{
background-color: #C42D51;
}
</style>
border-color css
<style>
span { border-color: #C42D51; }
span { border-color: rgb(196,45,81); }
td.TdClassName
{
border-color: #C42D51;
}
.TagClassName
{
border-color: #C42D51;
}
</style>