Shades of Old Rose #C42555
Tints of Old Rose #C42555
RGB
CMYK
RGB Variations
Color information
#C42555 (or 0xC42555) is known color: Old Rose. HEX triplet: C4, 25 and 55. RGB value is (196,37,85). Sum of RGB (Red+Green+Blue) = 196+37+85=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C42555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42555 is #3BDAAA. Grayscale: #595959. Windows color (decimal): -3922603 or 5580228. OLE color: 5580228.
HSL color Cylindrical-coordinate representation of color #C42555: hue angle of 341.89º 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 #C42555 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 85 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.23 |
| HSL | 341.89º | 0.68% | 0.46% | - |
| HSV(B) | 341.89º | 0.81% | 0.77% | - |
| XYZ | 25.07 | 13.71 | 9.92 | - |
| YUV | 90.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 85 | 0 | 0.81 | 0.57 | 0.23 | 341.89 | 0.68 | 0.46 |
| Hex | C4 | 25 | 55 | 0 | 51 | 39 | 17 | 156 | 44 | 2E |
| Octal | 304 | 45 | 125 | 0 | 121 | 71 | 27 | 526 | 104 | 56 |
| Binary | 11000100 | 100101 | 1010101 | 0 | 1010001 | 111001 | 10111 | 101010110 | 1000100 | 101110 |
Color Harmonies of #C42555
Complementary color
Monochromatic Colors of #C42555
Black with #C42555
Text Example
Text Example
White with #C42555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42555; }
p { color: rgb(196,37,85); }
H1.HeaderClassName
{
color: #C42555;
}
.AnyTagClassName
{
color: #C42555;
}
</style>
background-color css
<style>
a { background-color: #C42555; }
a { background-color: rgb(196,37,85); }
div.DivClassName
{
background-color: #C42555;
}
.BgClassName
{
background-color: #C42555;
}
</style>
border-color css
<style>
span { border-color: #C42555; }
span { border-color: rgb(196,37,85); }
td.TdClassName
{
border-color: #C42555;
}
.TagClassName
{
border-color: #C42555;
}
</style>