Shades of Old Rose #C41756
Tints of Old Rose #C41756
RGB
CMYK
RGB Variations
Color information
#C41756 (or 0xC41756) is known color: Old Rose. HEX triplet: C4, 17 and 56. RGB value is (196,23,86). Sum of RGB (Red+Green+Blue) = 196+23+86=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C41756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41756 is #3BE8A9. Grayscale: #515151. Windows color (decimal): -3926186 or 5642180. OLE color: 5642180.
HSL color Cylindrical-coordinate representation of color #C41756: hue angle of 338.15º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41756 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 86 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.23 |
| HSL | 338.15º | 0.79% | 0.43% | - |
| HSV(B) | 338.15º | 0.88% | 0.77% | - |
| XYZ | 24.75 | 13.02 | 10.01 | - |
| YUV | 81.91 | 130.31 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 86 | 0 | 0.88 | 0.56 | 0.23 | 338.15 | 0.79 | 0.43 |
| Hex | C4 | 17 | 56 | 0 | 58 | 38 | 17 | 152 | 4F | 2B |
| Octal | 304 | 27 | 126 | 0 | 130 | 70 | 27 | 522 | 117 | 53 |
| Binary | 11000100 | 10111 | 1010110 | 0 | 1011000 | 111000 | 10111 | 101010010 | 1001111 | 101011 |
Color Harmonies of #C41756
Complementary color
Monochromatic Colors of #C41756
Black with #C41756
Text Example
Text Example
White with #C41756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41756; }
p { color: rgb(196,23,86); }
H1.HeaderClassName
{
color: #C41756;
}
.AnyTagClassName
{
color: #C41756;
}
</style>
background-color css
<style>
a { background-color: #C41756; }
a { background-color: rgb(196,23,86); }
div.DivClassName
{
background-color: #C41756;
}
.BgClassName
{
background-color: #C41756;
}
</style>
border-color css
<style>
span { border-color: #C41756; }
span { border-color: rgb(196,23,86); }
td.TdClassName
{
border-color: #C41756;
}
.TagClassName
{
border-color: #C41756;
}
</style>