Shades of Old Rose #C42956
Tints of Old Rose #C42956
RGB
CMYK
RGB Variations
Color information
#C42956 (or 0xC42956) is known color: Old Rose. HEX triplet: C4, 29 and 56. RGB value is (196,41,86). Sum of RGB (Red+Green+Blue) = 196+41+86=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C42956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42956 is #3BD6A9. Grayscale: #5C5C5C. Windows color (decimal): -3921578 or 5646788. OLE color: 5646788.
HSL color Cylindrical-coordinate representation of color #C42956: hue angle of 342.58º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42956 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 86 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.23 |
| HSL | 342.58º | 0.65% | 0.46% | - |
| HSV(B) | 342.58º | 0.79% | 0.77% | - |
| XYZ | 25.24 | 13.99 | 10.17 | - |
| YUV | 92.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 86 | 0 | 0.79 | 0.56 | 0.23 | 342.58 | 0.65 | 0.46 |
| Hex | C4 | 29 | 56 | 0 | 4F | 38 | 17 | 157 | 41 | 2E |
| Octal | 304 | 51 | 126 | 0 | 117 | 70 | 27 | 527 | 101 | 56 |
| Binary | 11000100 | 101001 | 1010110 | 0 | 1001111 | 111000 | 10111 | 101010111 | 1000001 | 101110 |
Color Harmonies of #C42956
Complementary color
Monochromatic Colors of #C42956
Black with #C42956
Text Example
Text Example
White with #C42956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42956; }
p { color: rgb(196,41,86); }
H1.HeaderClassName
{
color: #C42956;
}
.AnyTagClassName
{
color: #C42956;
}
</style>
background-color css
<style>
a { background-color: #C42956; }
a { background-color: rgb(196,41,86); }
div.DivClassName
{
background-color: #C42956;
}
.BgClassName
{
background-color: #C42956;
}
</style>
border-color css
<style>
span { border-color: #C42956; }
span { border-color: rgb(196,41,86); }
td.TdClassName
{
border-color: #C42956;
}
.TagClassName
{
border-color: #C42956;
}
</style>