Shades of Old Rose #C42656
Tints of Old Rose #C42656
RGB
CMYK
RGB Variations
Color information
#C42656 (or 0xC42656) is known color: Old Rose. HEX triplet: C4, 26 and 56. RGB value is (196,38,86). Sum of RGB (Red+Green+Blue) = 196+38+86=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C42656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42656 is #3BD9A9. Grayscale: #5A5A5A. Windows color (decimal): -3922346 or 5646020. OLE color: 5646020.
HSL color Cylindrical-coordinate representation of color #C42656: hue angle of 341.77º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42656 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 86 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.23 |
| HSL | 341.77º | 0.68% | 0.46% | - |
| HSV(B) | 341.77º | 0.81% | 0.77% | - |
| XYZ | 25.14 | 13.79 | 10.14 | - |
| YUV | 90.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 86 | 0 | 0.81 | 0.56 | 0.23 | 341.77 | 0.68 | 0.46 |
| Hex | C4 | 26 | 56 | 0 | 51 | 38 | 17 | 156 | 44 | 2E |
| Octal | 304 | 46 | 126 | 0 | 121 | 70 | 27 | 526 | 104 | 56 |
| Binary | 11000100 | 100110 | 1010110 | 0 | 1010001 | 111000 | 10111 | 101010110 | 1000100 | 101110 |
Color Harmonies of #C42656
Complementary color
Monochromatic Colors of #C42656
Black with #C42656
Text Example
Text Example
White with #C42656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42656; }
p { color: rgb(196,38,86); }
H1.HeaderClassName
{
color: #C42656;
}
.AnyTagClassName
{
color: #C42656;
}
</style>
background-color css
<style>
a { background-color: #C42656; }
a { background-color: rgb(196,38,86); }
div.DivClassName
{
background-color: #C42656;
}
.BgClassName
{
background-color: #C42656;
}
</style>
border-color css
<style>
span { border-color: #C42656; }
span { border-color: rgb(196,38,86); }
td.TdClassName
{
border-color: #C42656;
}
.TagClassName
{
border-color: #C42656;
}
</style>