Shades of Old Rose #C42556
Tints of Old Rose #C42556
RGB
CMYK
RGB Variations
Color information
#C42556 (or 0xC42556) is known color: Old Rose. HEX triplet: C4, 25 and 56. RGB value is (196,37,86). Sum of RGB (Red+Green+Blue) = 196+37+86=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C42556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42556 is #3BDAA9. Grayscale: #5A5A5A. Windows color (decimal): -3922602 or 5645764. OLE color: 5645764.
HSL color Cylindrical-coordinate representation of color #C42556: hue angle of 341.51º 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 #C42556 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 86 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.23 |
| HSL | 341.51º | 0.68% | 0.46% | - |
| HSV(B) | 341.51º | 0.81% | 0.77% | - |
| XYZ | 25.11 | 13.73 | 10.13 | - |
| YUV | 90.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 86 | 0 | 0.81 | 0.56 | 0.23 | 341.51 | 0.68 | 0.46 |
| Hex | C4 | 25 | 56 | 0 | 51 | 38 | 17 | 156 | 44 | 2E |
| Octal | 304 | 45 | 126 | 0 | 121 | 70 | 27 | 526 | 104 | 56 |
| Binary | 11000100 | 100101 | 1010110 | 0 | 1010001 | 111000 | 10111 | 101010110 | 1000100 | 101110 |
Color Harmonies of #C42556
Complementary color
Monochromatic Colors of #C42556
Black with #C42556
Text Example
Text Example
White with #C42556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42556; }
p { color: rgb(196,37,86); }
H1.HeaderClassName
{
color: #C42556;
}
.AnyTagClassName
{
color: #C42556;
}
</style>
background-color css
<style>
a { background-color: #C42556; }
a { background-color: rgb(196,37,86); }
div.DivClassName
{
background-color: #C42556;
}
.BgClassName
{
background-color: #C42556;
}
</style>
border-color css
<style>
span { border-color: #C42556; }
span { border-color: rgb(196,37,86); }
td.TdClassName
{
border-color: #C42556;
}
.TagClassName
{
border-color: #C42556;
}
</style>