Shades of Old Rose #C42961
Tints of Old Rose #C42961
RGB
CMYK
RGB Variations
Color information
#C42961 (or 0xC42961) is known color: Old Rose. HEX triplet: C4, 29 and 61. RGB value is (196,41,97). Sum of RGB (Red+Green+Blue) = 196+41+97=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C42961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42961 is #3BD69E. Grayscale: #5D5D5D. Windows color (decimal): -3921567 or 6367684. OLE color: 6367684.
HSL color Cylindrical-coordinate representation of color #C42961: hue angle of 338.32º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42961 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 97 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.23 |
| HSL | 338.32º | 0.65% | 0.46% | - |
| HSV(B) | 338.32º | 0.79% | 0.77% | - |
| XYZ | 25.72 | 14.18 | 12.69 | - |
| YUV | 93.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 97 | 0 | 0.79 | 0.51 | 0.23 | 338.32 | 0.65 | 0.46 |
| Hex | C4 | 29 | 61 | 0 | 4F | 33 | 17 | 152 | 41 | 2E |
| Octal | 304 | 51 | 141 | 0 | 117 | 63 | 27 | 522 | 101 | 56 |
| Binary | 11000100 | 101001 | 1100001 | 0 | 1001111 | 110011 | 10111 | 101010010 | 1000001 | 101110 |
Color Harmonies of #C42961
Complementary color
Monochromatic Colors of #C42961
Black with #C42961
Text Example
Text Example
White with #C42961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42961; }
p { color: rgb(196,41,97); }
H1.HeaderClassName
{
color: #C42961;
}
.AnyTagClassName
{
color: #C42961;
}
</style>
background-color css
<style>
a { background-color: #C42961; }
a { background-color: rgb(196,41,97); }
div.DivClassName
{
background-color: #C42961;
}
.BgClassName
{
background-color: #C42961;
}
</style>
border-color css
<style>
span { border-color: #C42961; }
span { border-color: rgb(196,41,97); }
td.TdClassName
{
border-color: #C42961;
}
.TagClassName
{
border-color: #C42961;
}
</style>