Shades of Old Rose #C41651
Tints of Old Rose #C41651
RGB
CMYK
RGB Variations
Color information
#C41651 (or 0xC41651) is known color: Old Rose. HEX triplet: C4, 16 and 51. RGB value is (196,22,81). Sum of RGB (Red+Green+Blue) = 196+22+81=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C41651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41651 is #3BE9AE. Grayscale: #505050. Windows color (decimal): -3926447 or 5314244. OLE color: 5314244.
HSL color Cylindrical-coordinate representation of color #C41651: hue angle of 339.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41651 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 81 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.23 |
| HSL | 339.66º | 0.8% | 0.43% | - |
| HSV(B) | 339.66º | 0.89% | 0.77% | - |
| XYZ | 24.54 | 12.9 | 8.98 | - |
| YUV | 80.75 | 128.15 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 81 | 0 | 0.89 | 0.59 | 0.23 | 339.66 | 0.8 | 0.43 |
| Hex | C4 | 16 | 51 | 0 | 59 | 3B | 17 | 154 | 50 | 2B |
| Octal | 304 | 26 | 121 | 0 | 131 | 73 | 27 | 524 | 120 | 53 |
| Binary | 11000100 | 10110 | 1010001 | 0 | 1011001 | 111011 | 10111 | 101010100 | 1010000 | 101011 |
Color Harmonies of #C41651
Complementary color
Monochromatic Colors of #C41651
Black with #C41651
Text Example
Text Example
White with #C41651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41651; }
p { color: rgb(196,22,81); }
H1.HeaderClassName
{
color: #C41651;
}
.AnyTagClassName
{
color: #C41651;
}
</style>
background-color css
<style>
a { background-color: #C41651; }
a { background-color: rgb(196,22,81); }
div.DivClassName
{
background-color: #C41651;
}
.BgClassName
{
background-color: #C41651;
}
</style>
border-color css
<style>
span { border-color: #C41651; }
span { border-color: rgb(196,22,81); }
td.TdClassName
{
border-color: #C41651;
}
.TagClassName
{
border-color: #C41651;
}
</style>