Shades of Old Rose #C42456
Tints of Old Rose #C42456
RGB
CMYK
RGB Variations
Color information
#C42456 (or 0xC42456) is known color: Old Rose. HEX triplet: C4, 24 and 56. RGB value is (196,36,86). Sum of RGB (Red+Green+Blue) = 196+36+86=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C42456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42456 is #3BDBA9. Grayscale: #595959. Windows color (decimal): -3922858 or 5645508. OLE color: 5645508.
HSL color Cylindrical-coordinate representation of color #C42456: hue angle of 341.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42456 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 86 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.23 |
| HSL | 341.25º | 0.69% | 0.45% | - |
| HSV(B) | 341.25º | 0.82% | 0.77% | - |
| XYZ | 25.08 | 13.67 | 10.12 | - |
| YUV | 89.54 | 126.01 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 86 | 0 | 0.82 | 0.56 | 0.23 | 341.25 | 0.69 | 0.45 |
| Hex | C4 | 24 | 56 | 0 | 52 | 38 | 17 | 155 | 45 | 2D |
| Octal | 304 | 44 | 126 | 0 | 122 | 70 | 27 | 525 | 105 | 55 |
| Binary | 11000100 | 100100 | 1010110 | 0 | 1010010 | 111000 | 10111 | 101010101 | 1000101 | 101101 |
Color Harmonies of #C42456
Complementary color
Monochromatic Colors of #C42456
Black with #C42456
Text Example
Text Example
White with #C42456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42456; }
p { color: rgb(196,36,86); }
H1.HeaderClassName
{
color: #C42456;
}
.AnyTagClassName
{
color: #C42456;
}
</style>
background-color css
<style>
a { background-color: #C42456; }
a { background-color: rgb(196,36,86); }
div.DivClassName
{
background-color: #C42456;
}
.BgClassName
{
background-color: #C42456;
}
</style>
border-color css
<style>
span { border-color: #C42456; }
span { border-color: rgb(196,36,86); }
td.TdClassName
{
border-color: #C42456;
}
.TagClassName
{
border-color: #C42456;
}
</style>