Shades of Old Rose #C42C57
Tints of Old Rose #C42C57
RGB
CMYK
RGB Variations
Color information
#C42C57 (or 0xC42C57) is known color: Old Rose. HEX triplet: C4, 2C and 57. RGB value is (196,44,87). Sum of RGB (Red+Green+Blue) = 196+44+87=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42C57 is #3BD3A8. Grayscale: #5E5E5E. Windows color (decimal): -3920809 or 5713092. OLE color: 5713092.
HSL color Cylindrical-coordinate representation of color #C42C57: hue angle of 343.03º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42C57 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 87 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.23 |
| HSL | 343.03º | 0.63% | 0.47% | - |
| HSV(B) | 343.03º | 0.78% | 0.77% | - |
| XYZ | 25.39 | 14.23 | 10.42 | - |
| YUV | 94.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 87 | 0 | 0.78 | 0.56 | 0.23 | 343.03 | 0.63 | 0.47 |
| Hex | C4 | 2C | 57 | 0 | 4E | 38 | 17 | 157 | 3F | 2F |
| Octal | 304 | 54 | 127 | 0 | 116 | 70 | 27 | 527 | 77 | 57 |
| Binary | 11000100 | 101100 | 1010111 | 0 | 1001110 | 111000 | 10111 | 101010111 | 111111 | 101111 |
Color Harmonies of #C42C57
Complementary color
Monochromatic Colors of #C42C57
Black with #C42C57
Text Example
Text Example
White with #C42C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C57; }
p { color: rgb(196,44,87); }
H1.HeaderClassName
{
color: #C42C57;
}
.AnyTagClassName
{
color: #C42C57;
}
</style>
background-color css
<style>
a { background-color: #C42C57; }
a { background-color: rgb(196,44,87); }
div.DivClassName
{
background-color: #C42C57;
}
.BgClassName
{
background-color: #C42C57;
}
</style>
border-color css
<style>
span { border-color: #C42C57; }
span { border-color: rgb(196,44,87); }
td.TdClassName
{
border-color: #C42C57;
}
.TagClassName
{
border-color: #C42C57;
}
</style>