Shades of Old Rose #C41C56
Tints of Old Rose #C41C56
RGB
CMYK
RGB Variations
Color information
#C41C56 (or 0xC41C56) is known color: Old Rose. HEX triplet: C4, 1C and 56. RGB value is (196,28,86). Sum of RGB (Red+Green+Blue) = 196+28+86=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C56 is #3BE3A9. Grayscale: #545454. Windows color (decimal): -3924906 or 5643460. OLE color: 5643460.
HSL color Cylindrical-coordinate representation of color #C41C56: hue angle of 339.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C56 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 86 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.23 |
| HSL | 339.29º | 0.75% | 0.44% | - |
| HSV(B) | 339.29º | 0.86% | 0.77% | - |
| XYZ | 24.86 | 13.24 | 10.05 | - |
| YUV | 84.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 86 | 0 | 0.86 | 0.56 | 0.23 | 339.29 | 0.75 | 0.44 |
| Hex | C4 | 1C | 56 | 0 | 56 | 38 | 17 | 153 | 4B | 2C |
| Octal | 304 | 34 | 126 | 0 | 126 | 70 | 27 | 523 | 113 | 54 |
| Binary | 11000100 | 11100 | 1010110 | 0 | 1010110 | 111000 | 10111 | 101010011 | 1001011 | 101100 |
Color Harmonies of #C41C56
Complementary color
Monochromatic Colors of #C41C56
Black with #C41C56
Text Example
Text Example
White with #C41C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C56; }
p { color: rgb(196,28,86); }
H1.HeaderClassName
{
color: #C41C56;
}
.AnyTagClassName
{
color: #C41C56;
}
</style>
background-color css
<style>
a { background-color: #C41C56; }
a { background-color: rgb(196,28,86); }
div.DivClassName
{
background-color: #C41C56;
}
.BgClassName
{
background-color: #C41C56;
}
</style>
border-color css
<style>
span { border-color: #C41C56; }
span { border-color: rgb(196,28,86); }
td.TdClassName
{
border-color: #C41C56;
}
.TagClassName
{
border-color: #C41C56;
}
</style>