Shades of Old Rose #C42048
Tints of Old Rose #C42048
RGB
CMYK
RGB Variations
Color information
#C42048 (or 0xC42048) is known color: Old Rose. HEX triplet: C4, 20 and 48. RGB value is (196,32,72). Sum of RGB (Red+Green+Blue) = 196+32+72=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C42048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42048 is #3BDFB7. Grayscale: #555555. Windows color (decimal): -3923896 or 4726980. OLE color: 4726980.
HSL color Cylindrical-coordinate representation of color #C42048: hue angle of 345.37º 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 #C42048 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 72 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.23 |
| HSL | 345.37º | 0.72% | 0.45% | - |
| HSV(B) | 345.37º | 0.84% | 0.77% | - |
| XYZ | 24.45 | 13.24 | 7.4 | - |
| YUV | 85.6 | 120.33 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 72 | 0 | 0.84 | 0.63 | 0.23 | 345.37 | 0.72 | 0.45 |
| Hex | C4 | 20 | 48 | 0 | 54 | 3F | 17 | 159 | 48 | 2D |
| Octal | 304 | 40 | 110 | 0 | 124 | 77 | 27 | 531 | 110 | 55 |
| Binary | 11000100 | 100000 | 1001000 | 0 | 1010100 | 111111 | 10111 | 101011001 | 1001000 | 101101 |
Color Harmonies of #C42048
Complementary color
Monochromatic Colors of #C42048
Black with #C42048
Text Example
Text Example
White with #C42048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42048; }
p { color: rgb(196,32,72); }
H1.HeaderClassName
{
color: #C42048;
}
.AnyTagClassName
{
color: #C42048;
}
</style>
background-color css
<style>
a { background-color: #C42048; }
a { background-color: rgb(196,32,72); }
div.DivClassName
{
background-color: #C42048;
}
.BgClassName
{
background-color: #C42048;
}
</style>
border-color css
<style>
span { border-color: #C42048; }
span { border-color: rgb(196,32,72); }
td.TdClassName
{
border-color: #C42048;
}
.TagClassName
{
border-color: #C42048;
}
</style>