Shades of Old Rose #C42F5A
Tints of Old Rose #C42F5A
RGB
CMYK
RGB Variations
Color information
#C42F5A (or 0xC42F5A) is known color: Old Rose. HEX triplet: C4, 2F and 5A. RGB value is (196,47,90). Sum of RGB (Red+Green+Blue) = 196+47+90=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42F5A is #3BD0A5. Grayscale: #606060. Windows color (decimal): -3920038 or 5910468. OLE color: 5910468.
HSL color Cylindrical-coordinate representation of color #C42F5A: hue angle of 342.68º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42F5A is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 90 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.23 |
| HSL | 342.68º | 0.61% | 0.48% | - |
| HSV(B) | 342.68º | 0.76% | 0.77% | - |
| XYZ | 25.63 | 14.51 | 11.12 | - |
| YUV | 96.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 90 | 0 | 0.76 | 0.54 | 0.23 | 342.68 | 0.61 | 0.48 |
| Hex | C4 | 2F | 5A | 0 | 4C | 36 | 17 | 157 | 3D | 30 |
| Octal | 304 | 57 | 132 | 0 | 114 | 66 | 27 | 527 | 75 | 60 |
| Binary | 11000100 | 101111 | 1011010 | 0 | 1001100 | 110110 | 10111 | 101010111 | 111101 | 110000 |
Color Harmonies of #C42F5A
Complementary color
Monochromatic Colors of #C42F5A
Black with #C42F5A
Text Example
Text Example
White with #C42F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F5A; }
p { color: rgb(196,47,90); }
H1.HeaderClassName
{
color: #C42F5A;
}
.AnyTagClassName
{
color: #C42F5A;
}
</style>
background-color css
<style>
a { background-color: #C42F5A; }
a { background-color: rgb(196,47,90); }
div.DivClassName
{
background-color: #C42F5A;
}
.BgClassName
{
background-color: #C42F5A;
}
</style>
border-color css
<style>
span { border-color: #C42F5A; }
span { border-color: rgb(196,47,90); }
td.TdClassName
{
border-color: #C42F5A;
}
.TagClassName
{
border-color: #C42F5A;
}
</style>