Shades of Old Rose #C42A5D
Tints of Old Rose #C42A5D
RGB
CMYK
RGB Variations
Color information
#C42A5D (or 0xC42A5D) is known color: Old Rose. HEX triplet: C4, 2A and 5D. RGB value is (196,42,93). Sum of RGB (Red+Green+Blue) = 196+42+93=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42A5D is #3BD5A2. Grayscale: #5D5D5D. Windows color (decimal): -3921315 or 6105796. OLE color: 6105796.
HSL color Cylindrical-coordinate representation of color #C42A5D: hue angle of 340.13º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A5D is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 93 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.23 |
| HSL | 340.13º | 0.65% | 0.47% | - |
| HSV(B) | 340.13º | 0.79% | 0.77% | - |
| XYZ | 25.57 | 14.18 | 11.75 | - |
| YUV | 93.86 | 127.52 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 93 | 0 | 0.79 | 0.53 | 0.23 | 340.13 | 0.65 | 0.47 |
| Hex | C4 | 2A | 5D | 0 | 4F | 35 | 17 | 154 | 41 | 2F |
| Octal | 304 | 52 | 135 | 0 | 117 | 65 | 27 | 524 | 101 | 57 |
| Binary | 11000100 | 101010 | 1011101 | 0 | 1001111 | 110101 | 10111 | 101010100 | 1000001 | 101111 |
Color Harmonies of #C42A5D
Complementary color
Monochromatic Colors of #C42A5D
Black with #C42A5D
Text Example
Text Example
White with #C42A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A5D; }
p { color: rgb(196,42,93); }
H1.HeaderClassName
{
color: #C42A5D;
}
.AnyTagClassName
{
color: #C42A5D;
}
</style>
background-color css
<style>
a { background-color: #C42A5D; }
a { background-color: rgb(196,42,93); }
div.DivClassName
{
background-color: #C42A5D;
}
.BgClassName
{
background-color: #C42A5D;
}
</style>
border-color css
<style>
span { border-color: #C42A5D; }
span { border-color: rgb(196,42,93); }
td.TdClassName
{
border-color: #C42A5D;
}
.TagClassName
{
border-color: #C42A5D;
}
</style>