Shades of Old Rose #C42E61
Tints of Old Rose #C42E61
RGB
CMYK
RGB Variations
Color information
#C42E61 (or 0xC42E61) is known color: Old Rose. HEX triplet: C4, 2E and 61. RGB value is (196,46,97). Sum of RGB (Red+Green+Blue) = 196+46+97=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42E61 is #3BD19E. Grayscale: #606060. Windows color (decimal): -3920287 or 6368964. OLE color: 6368964.
HSL color Cylindrical-coordinate representation of color #C42E61: hue angle of 339.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42E61 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 97 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.23 |
| HSL | 339.6º | 0.62% | 0.47% | - |
| HSV(B) | 339.6º | 0.77% | 0.77% | - |
| XYZ | 25.9 | 14.55 | 12.75 | - |
| YUV | 96.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 97 | 0 | 0.77 | 0.51 | 0.23 | 339.6 | 0.62 | 0.47 |
| Hex | C4 | 2E | 61 | 0 | 4D | 33 | 17 | 154 | 3E | 2F |
| Octal | 304 | 56 | 141 | 0 | 115 | 63 | 27 | 524 | 76 | 57 |
| Binary | 11000100 | 101110 | 1100001 | 0 | 1001101 | 110011 | 10111 | 101010100 | 111110 | 101111 |
Color Harmonies of #C42E61
Complementary color
Monochromatic Colors of #C42E61
Black with #C42E61
Text Example
Text Example
White with #C42E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E61; }
p { color: rgb(196,46,97); }
H1.HeaderClassName
{
color: #C42E61;
}
.AnyTagClassName
{
color: #C42E61;
}
</style>
background-color css
<style>
a { background-color: #C42E61; }
a { background-color: rgb(196,46,97); }
div.DivClassName
{
background-color: #C42E61;
}
.BgClassName
{
background-color: #C42E61;
}
</style>
border-color css
<style>
span { border-color: #C42E61; }
span { border-color: rgb(196,46,97); }
td.TdClassName
{
border-color: #C42E61;
}
.TagClassName
{
border-color: #C42E61;
}
</style>