Shades of Old Rose #C42057
Tints of Old Rose #C42057
RGB
CMYK
RGB Variations
Color information
#C42057 (or 0xC42057) is known color: Old Rose. HEX triplet: C4, 20 and 57. RGB value is (196,32,87). Sum of RGB (Red+Green+Blue) = 196+32+87=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C42057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42057 is #3BDFA8. Grayscale: #575757. Windows color (decimal): -3923881 or 5710020. OLE color: 5710020.
HSL color Cylindrical-coordinate representation of color #C42057: hue angle of 339.88º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42057 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 87 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.23 |
| HSL | 339.88º | 0.72% | 0.45% | - |
| HSV(B) | 339.88º | 0.84% | 0.77% | - |
| XYZ | 25 | 13.46 | 10.3 | - |
| YUV | 87.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 87 | 0 | 0.84 | 0.56 | 0.23 | 339.88 | 0.72 | 0.45 |
| Hex | C4 | 20 | 57 | 0 | 54 | 38 | 17 | 154 | 48 | 2D |
| Octal | 304 | 40 | 127 | 0 | 124 | 70 | 27 | 524 | 110 | 55 |
| Binary | 11000100 | 100000 | 1010111 | 0 | 1010100 | 111000 | 10111 | 101010100 | 1001000 | 101101 |
Color Harmonies of #C42057
Complementary color
Monochromatic Colors of #C42057
Black with #C42057
Text Example
Text Example
White with #C42057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42057; }
p { color: rgb(196,32,87); }
H1.HeaderClassName
{
color: #C42057;
}
.AnyTagClassName
{
color: #C42057;
}
</style>
background-color css
<style>
a { background-color: #C42057; }
a { background-color: rgb(196,32,87); }
div.DivClassName
{
background-color: #C42057;
}
.BgClassName
{
background-color: #C42057;
}
</style>
border-color css
<style>
span { border-color: #C42057; }
span { border-color: rgb(196,32,87); }
td.TdClassName
{
border-color: #C42057;
}
.TagClassName
{
border-color: #C42057;
}
</style>