Shades of Old Rose #C42E5B
Tints of Old Rose #C42E5B
RGB
CMYK
RGB Variations
Color information
#C42E5B (or 0xC42E5B) is known color: Old Rose. HEX triplet: C4, 2E and 5B. RGB value is (196,46,91). Sum of RGB (Red+Green+Blue) = 196+46+91=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42E5B is #3BD1A4. Grayscale: #5F5F5F. Windows color (decimal): -3920293 or 5975748. OLE color: 5975748.
HSL color Cylindrical-coordinate representation of color #C42E5B: hue angle of 342º 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 #C42E5B is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 91 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.23 |
| HSL | 342º | 0.62% | 0.47% | - |
| HSV(B) | 342º | 0.77% | 0.77% | - |
| XYZ | 25.63 | 14.45 | 11.33 | - |
| YUV | 95.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 91 | 0 | 0.77 | 0.54 | 0.23 | 342 | 0.62 | 0.47 |
| Hex | C4 | 2E | 5B | 0 | 4D | 36 | 17 | 156 | 3E | 2F |
| Octal | 304 | 56 | 133 | 0 | 115 | 66 | 27 | 526 | 76 | 57 |
| Binary | 11000100 | 101110 | 1011011 | 0 | 1001101 | 110110 | 10111 | 101010110 | 111110 | 101111 |
Color Harmonies of #C42E5B
Complementary color
Monochromatic Colors of #C42E5B
Black with #C42E5B
Text Example
Text Example
White with #C42E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E5B; }
p { color: rgb(196,46,91); }
H1.HeaderClassName
{
color: #C42E5B;
}
.AnyTagClassName
{
color: #C42E5B;
}
</style>
background-color css
<style>
a { background-color: #C42E5B; }
a { background-color: rgb(196,46,91); }
div.DivClassName
{
background-color: #C42E5B;
}
.BgClassName
{
background-color: #C42E5B;
}
</style>
border-color css
<style>
span { border-color: #C42E5B; }
span { border-color: rgb(196,46,91); }
td.TdClassName
{
border-color: #C42E5B;
}
.TagClassName
{
border-color: #C42E5B;
}
</style>