Shades of Old Rose #C42E4C
Tints of Old Rose #C42E4C
RGB
CMYK
RGB Variations
Color information
#C42E4C (or 0xC42E4C) is known color: Old Rose. HEX triplet: C4, 2E and 4C. RGB value is (196,46,76). Sum of RGB (Red+Green+Blue) = 196+46+76=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E4C is #3BD1B3. Grayscale: #5E5E5E. Windows color (decimal): -3920308 or 4992708. OLE color: 4992708.
HSL color Cylindrical-coordinate representation of color #C42E4C: hue angle of 348º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42E4C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 76 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.23 |
| HSL | 348º | 0.62% | 0.47% | - |
| HSV(B) | 348º | 0.77% | 0.77% | - |
| XYZ | 25.05 | 14.21 | 8.26 | - |
| YUV | 94.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 76 | 0 | 0.77 | 0.61 | 0.23 | 348 | 0.62 | 0.47 |
| Hex | C4 | 2E | 4C | 0 | 4D | 3D | 17 | 15C | 3E | 2F |
| Octal | 304 | 56 | 114 | 0 | 115 | 75 | 27 | 534 | 76 | 57 |
| Binary | 11000100 | 101110 | 1001100 | 0 | 1001101 | 111101 | 10111 | 101011100 | 111110 | 101111 |
Color Harmonies of #C42E4C
Complementary color
Monochromatic Colors of #C42E4C
Black with #C42E4C
Text Example
Text Example
White with #C42E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E4C; }
p { color: rgb(196,46,76); }
H1.HeaderClassName
{
color: #C42E4C;
}
.AnyTagClassName
{
color: #C42E4C;
}
</style>
background-color css
<style>
a { background-color: #C42E4C; }
a { background-color: rgb(196,46,76); }
div.DivClassName
{
background-color: #C42E4C;
}
.BgClassName
{
background-color: #C42E4C;
}
</style>
border-color css
<style>
span { border-color: #C42E4C; }
span { border-color: rgb(196,46,76); }
td.TdClassName
{
border-color: #C42E4C;
}
.TagClassName
{
border-color: #C42E4C;
}
</style>