Shades of Old Rose #C42248
Tints of Old Rose #C42248
RGB
CMYK
RGB Variations
Color information
#C42248 (or 0xC42248) is known color: Old Rose. HEX triplet: C4, 22 and 48. RGB value is (196,34,72). Sum of RGB (Red+Green+Blue) = 196+34+72=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C42248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42248 is #3BDDB7. Grayscale: #565656. Windows color (decimal): -3923384 or 4727492. OLE color: 4727492.
HSL color Cylindrical-coordinate representation of color #C42248: hue angle of 345.93º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42248 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 72 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.23 |
| HSL | 345.93º | 0.7% | 0.45% | - |
| HSV(B) | 345.93º | 0.83% | 0.77% | - |
| XYZ | 24.51 | 13.35 | 7.42 | - |
| YUV | 86.77 | 119.67 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 72 | 0 | 0.83 | 0.63 | 0.23 | 345.93 | 0.7 | 0.45 |
| Hex | C4 | 22 | 48 | 0 | 53 | 3F | 17 | 15A | 46 | 2D |
| Octal | 304 | 42 | 110 | 0 | 123 | 77 | 27 | 532 | 106 | 55 |
| Binary | 11000100 | 100010 | 1001000 | 0 | 1010011 | 111111 | 10111 | 101011010 | 1000110 | 101101 |
Color Harmonies of #C42248
Complementary color
Monochromatic Colors of #C42248
Black with #C42248
Text Example
Text Example
White with #C42248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42248; }
p { color: rgb(196,34,72); }
H1.HeaderClassName
{
color: #C42248;
}
.AnyTagClassName
{
color: #C42248;
}
</style>
background-color css
<style>
a { background-color: #C42248; }
a { background-color: rgb(196,34,72); }
div.DivClassName
{
background-color: #C42248;
}
.BgClassName
{
background-color: #C42248;
}
</style>
border-color css
<style>
span { border-color: #C42248; }
span { border-color: rgb(196,34,72); }
td.TdClassName
{
border-color: #C42248;
}
.TagClassName
{
border-color: #C42248;
}
</style>