Shades of Old Rose #C42450
Tints of Old Rose #C42450
RGB
CMYK
RGB Variations
Color information
#C42450 (or 0xC42450) is known color: Old Rose. HEX triplet: C4, 24 and 50. RGB value is (196,36,80). Sum of RGB (Red+Green+Blue) = 196+36+80=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C42450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42450 is #3BDBAF. Grayscale: #585858. Windows color (decimal): -3922864 or 5252292. OLE color: 5252292.
HSL color Cylindrical-coordinate representation of color #C42450: hue angle of 343.5º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42450 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 80 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.23 |
| HSL | 343.5º | 0.69% | 0.45% | - |
| HSV(B) | 343.5º | 0.82% | 0.77% | - |
| XYZ | 24.84 | 13.58 | 8.9 | - |
| YUV | 88.86 | 123.01 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 80 | 0 | 0.82 | 0.59 | 0.23 | 343.5 | 0.69 | 0.45 |
| Hex | C4 | 24 | 50 | 0 | 52 | 3B | 17 | 158 | 45 | 2D |
| Octal | 304 | 44 | 120 | 0 | 122 | 73 | 27 | 530 | 105 | 55 |
| Binary | 11000100 | 100100 | 1010000 | 0 | 1010010 | 111011 | 10111 | 101011000 | 1000101 | 101101 |
Color Harmonies of #C42450
Complementary color
Monochromatic Colors of #C42450
Black with #C42450
Text Example
Text Example
White with #C42450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42450; }
p { color: rgb(196,36,80); }
H1.HeaderClassName
{
color: #C42450;
}
.AnyTagClassName
{
color: #C42450;
}
</style>
background-color css
<style>
a { background-color: #C42450; }
a { background-color: rgb(196,36,80); }
div.DivClassName
{
background-color: #C42450;
}
.BgClassName
{
background-color: #C42450;
}
</style>
border-color css
<style>
span { border-color: #C42450; }
span { border-color: rgb(196,36,80); }
td.TdClassName
{
border-color: #C42450;
}
.TagClassName
{
border-color: #C42450;
}
</style>