Shades of Old Rose #C42161
Tints of Old Rose #C42161
RGB
CMYK
RGB Variations
Color information
#C42161 (or 0xC42161) is known color: Old Rose. HEX triplet: C4, 21 and 61. RGB value is (196,33,97). Sum of RGB (Red+Green+Blue) = 196+33+97=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C42161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42161 is #3BDE9E. Grayscale: #585858. Windows color (decimal): -3923615 or 6365636. OLE color: 6365636.
HSL color Cylindrical-coordinate representation of color #C42161: hue angle of 336.44º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42161 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 97 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.23 |
| HSL | 336.44º | 0.71% | 0.45% | - |
| HSV(B) | 336.44º | 0.83% | 0.77% | - |
| XYZ | 25.47 | 13.69 | 12.61 | - |
| YUV | 89.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 97 | 0 | 0.83 | 0.51 | 0.23 | 336.44 | 0.71 | 0.45 |
| Hex | C4 | 21 | 61 | 0 | 53 | 33 | 17 | 150 | 47 | 2D |
| Octal | 304 | 41 | 141 | 0 | 123 | 63 | 27 | 520 | 107 | 55 |
| Binary | 11000100 | 100001 | 1100001 | 0 | 1010011 | 110011 | 10111 | 101010000 | 1000111 | 101101 |
Color Harmonies of #C42161
Complementary color
Monochromatic Colors of #C42161
Black with #C42161
Text Example
Text Example
White with #C42161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42161; }
p { color: rgb(196,33,97); }
H1.HeaderClassName
{
color: #C42161;
}
.AnyTagClassName
{
color: #C42161;
}
</style>
background-color css
<style>
a { background-color: #C42161; }
a { background-color: rgb(196,33,97); }
div.DivClassName
{
background-color: #C42161;
}
.BgClassName
{
background-color: #C42161;
}
</style>
border-color css
<style>
span { border-color: #C42161; }
span { border-color: rgb(196,33,97); }
td.TdClassName
{
border-color: #C42161;
}
.TagClassName
{
border-color: #C42161;
}
</style>