Shades of Old Rose #C42647
Tints of Old Rose #C42647
RGB
CMYK
RGB Variations
Color information
#C42647 (or 0xC42647) is known color: Old Rose. HEX triplet: C4, 26 and 47. RGB value is (196,38,71). Sum of RGB (Red+Green+Blue) = 196+38+71=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C42647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42647 is #3BD9B8. Grayscale: #595959. Windows color (decimal): -3922361 or 4662980. OLE color: 4662980.
HSL color Cylindrical-coordinate representation of color #C42647: hue angle of 347.47º 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 #C42647 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 71 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.23 |
| HSL | 347.47º | 0.68% | 0.46% | - |
| HSV(B) | 347.47º | 0.81% | 0.77% | - |
| XYZ | 24.6 | 13.58 | 7.29 | - |
| YUV | 89 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 71 | 0 | 0.81 | 0.64 | 0.23 | 347.47 | 0.68 | 0.46 |
| Hex | C4 | 26 | 47 | 0 | 51 | 40 | 17 | 15B | 44 | 2E |
| Octal | 304 | 46 | 107 | 0 | 121 | 100 | 27 | 533 | 104 | 56 |
| Binary | 11000100 | 100110 | 1000111 | 0 | 1010001 | 1000000 | 10111 | 101011011 | 1000100 | 101110 |
Color Harmonies of #C42647
Complementary color
Monochromatic Colors of #C42647
Black with #C42647
Text Example
Text Example
White with #C42647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42647; }
p { color: rgb(196,38,71); }
H1.HeaderClassName
{
color: #C42647;
}
.AnyTagClassName
{
color: #C42647;
}
</style>
background-color css
<style>
a { background-color: #C42647; }
a { background-color: rgb(196,38,71); }
div.DivClassName
{
background-color: #C42647;
}
.BgClassName
{
background-color: #C42647;
}
</style>
border-color css
<style>
span { border-color: #C42647; }
span { border-color: rgb(196,38,71); }
td.TdClassName
{
border-color: #C42647;
}
.TagClassName
{
border-color: #C42647;
}
</style>