Shades of Old Rose #C42948
Tints of Old Rose #C42948
RGB
CMYK
RGB Variations
Color information
#C42948 (or 0xC42948) is known color: Old Rose. HEX triplet: C4, 29 and 48. RGB value is (196,41,72). Sum of RGB (Red+Green+Blue) = 196+41+72=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C42948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42948 is #3BD6B7. Grayscale: #5A5A5A. Windows color (decimal): -3921592 or 4729284. OLE color: 4729284.
HSL color Cylindrical-coordinate representation of color #C42948: hue angle of 348º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42948 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 72 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.23 |
| HSL | 348º | 0.65% | 0.46% | - |
| HSV(B) | 348º | 0.79% | 0.77% | - |
| XYZ | 24.73 | 13.79 | 7.49 | - |
| YUV | 90.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 72 | 0 | 0.79 | 0.63 | 0.23 | 348 | 0.65 | 0.46 |
| Hex | C4 | 29 | 48 | 0 | 4F | 3F | 17 | 15C | 41 | 2E |
| Octal | 304 | 51 | 110 | 0 | 117 | 77 | 27 | 534 | 101 | 56 |
| Binary | 11000100 | 101001 | 1001000 | 0 | 1001111 | 111111 | 10111 | 101011100 | 1000001 | 101110 |
Color Harmonies of #C42948
Complementary color
Monochromatic Colors of #C42948
Black with #C42948
Text Example
Text Example
White with #C42948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42948; }
p { color: rgb(196,41,72); }
H1.HeaderClassName
{
color: #C42948;
}
.AnyTagClassName
{
color: #C42948;
}
</style>
background-color css
<style>
a { background-color: #C42948; }
a { background-color: rgb(196,41,72); }
div.DivClassName
{
background-color: #C42948;
}
.BgClassName
{
background-color: #C42948;
}
</style>
border-color css
<style>
span { border-color: #C42948; }
span { border-color: rgb(196,41,72); }
td.TdClassName
{
border-color: #C42948;
}
.TagClassName
{
border-color: #C42948;
}
</style>