Shades of Old Rose #C42E4B
Tints of Old Rose #C42E4B
RGB
CMYK
RGB Variations
Color information
#C42E4B (or 0xC42E4B) is known color: Old Rose. HEX triplet: C4, 2E and 4B. RGB value is (196,46,75). Sum of RGB (Red+Green+Blue) = 196+46+75=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42E4B is #3BD1B4. Grayscale: #5E5E5E. Windows color (decimal): -3920309 or 4927172. OLE color: 4927172.
HSL color Cylindrical-coordinate representation of color #C42E4B: hue angle of 348.4º 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 #C42E4B is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 75 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.23 |
| HSL | 348.4º | 0.62% | 0.47% | - |
| HSV(B) | 348.4º | 0.77% | 0.77% | - |
| XYZ | 25.01 | 14.2 | 8.08 | - |
| YUV | 94.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 75 | 0 | 0.77 | 0.62 | 0.23 | 348.4 | 0.62 | 0.47 |
| Hex | C4 | 2E | 4B | 0 | 4D | 3E | 17 | 15C | 3E | 2F |
| Octal | 304 | 56 | 113 | 0 | 115 | 76 | 27 | 534 | 76 | 57 |
| Binary | 11000100 | 101110 | 1001011 | 0 | 1001101 | 111110 | 10111 | 101011100 | 111110 | 101111 |
Color Harmonies of #C42E4B
Complementary color
Monochromatic Colors of #C42E4B
Black with #C42E4B
Text Example
Text Example
White with #C42E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E4B; }
p { color: rgb(196,46,75); }
H1.HeaderClassName
{
color: #C42E4B;
}
.AnyTagClassName
{
color: #C42E4B;
}
</style>
background-color css
<style>
a { background-color: #C42E4B; }
a { background-color: rgb(196,46,75); }
div.DivClassName
{
background-color: #C42E4B;
}
.BgClassName
{
background-color: #C42E4B;
}
</style>
border-color css
<style>
span { border-color: #C42E4B; }
span { border-color: rgb(196,46,75); }
td.TdClassName
{
border-color: #C42E4B;
}
.TagClassName
{
border-color: #C42E4B;
}
</style>