Shades of Old Rose #C42657
Tints of Old Rose #C42657
RGB
CMYK
RGB Variations
Color information
#C42657 (or 0xC42657) is known color: Old Rose. HEX triplet: C4, 26 and 57. RGB value is (196,38,87). Sum of RGB (Red+Green+Blue) = 196+38+87=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C42657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42657 is #3BD9A8. Grayscale: #5A5A5A. Windows color (decimal): -3922345 or 5711556. OLE color: 5711556.
HSL color Cylindrical-coordinate representation of color #C42657: hue angle of 341.39º 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 #C42657 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 87 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.23 |
| HSL | 341.39º | 0.68% | 0.46% | - |
| HSV(B) | 341.39º | 0.81% | 0.77% | - |
| XYZ | 25.18 | 13.81 | 10.36 | - |
| YUV | 90.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 87 | 0 | 0.81 | 0.56 | 0.23 | 341.39 | 0.68 | 0.46 |
| Hex | C4 | 26 | 57 | 0 | 51 | 38 | 17 | 155 | 44 | 2E |
| Octal | 304 | 46 | 127 | 0 | 121 | 70 | 27 | 525 | 104 | 56 |
| Binary | 11000100 | 100110 | 1010111 | 0 | 1010001 | 111000 | 10111 | 101010101 | 1000100 | 101110 |
Color Harmonies of #C42657
Complementary color
Monochromatic Colors of #C42657
Black with #C42657
Text Example
Text Example
White with #C42657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42657; }
p { color: rgb(196,38,87); }
H1.HeaderClassName
{
color: #C42657;
}
.AnyTagClassName
{
color: #C42657;
}
</style>
background-color css
<style>
a { background-color: #C42657; }
a { background-color: rgb(196,38,87); }
div.DivClassName
{
background-color: #C42657;
}
.BgClassName
{
background-color: #C42657;
}
</style>
border-color css
<style>
span { border-color: #C42657; }
span { border-color: rgb(196,38,87); }
td.TdClassName
{
border-color: #C42657;
}
.TagClassName
{
border-color: #C42657;
}
</style>