Shades of Old Rose #C42848
Tints of Old Rose #C42848
RGB
CMYK
RGB Variations
Color information
#C42848 (or 0xC42848) is known color: Old Rose. HEX triplet: C4, 28 and 48. RGB value is (196,40,72). Sum of RGB (Red+Green+Blue) = 196+40+72=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C42848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42848 is #3BD7B7. Grayscale: #5A5A5A. Windows color (decimal): -3921848 or 4729028. OLE color: 4729028.
HSL color Cylindrical-coordinate representation of color #C42848: hue angle of 347.69º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42848 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 72 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.23 |
| HSL | 347.69º | 0.66% | 0.46% | - |
| HSV(B) | 347.69º | 0.8% | 0.77% | - |
| XYZ | 24.69 | 13.72 | 7.48 | - |
| YUV | 90.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 72 | 0 | 0.80 | 0.63 | 0.23 | 347.69 | 0.66 | 0.46 |
| Hex | C4 | 28 | 48 | 0 | 50 | 3F | 17 | 15C | 42 | 2E |
| Octal | 304 | 50 | 110 | 0 | 120 | 77 | 27 | 534 | 102 | 56 |
| Binary | 11000100 | 101000 | 1001000 | 0 | 1010000 | 111111 | 10111 | 101011100 | 1000010 | 101110 |
Color Harmonies of #C42848
Complementary color
Monochromatic Colors of #C42848
Black with #C42848
Text Example
Text Example
White with #C42848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42848; }
p { color: rgb(196,40,72); }
H1.HeaderClassName
{
color: #C42848;
}
.AnyTagClassName
{
color: #C42848;
}
</style>
background-color css
<style>
a { background-color: #C42848; }
a { background-color: rgb(196,40,72); }
div.DivClassName
{
background-color: #C42848;
}
.BgClassName
{
background-color: #C42848;
}
</style>
border-color css
<style>
span { border-color: #C42848; }
span { border-color: rgb(196,40,72); }
td.TdClassName
{
border-color: #C42848;
}
.TagClassName
{
border-color: #C42848;
}
</style>