Shades of Old Rose #C42C50
Tints of Old Rose #C42C50
RGB
CMYK
RGB Variations
Color information
#C42C50 (or 0xC42C50) is known color: Old Rose. HEX triplet: C4, 2C and 50. RGB value is (196,44,80). Sum of RGB (Red+Green+Blue) = 196+44+80=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42C50 is #3BD3AF. Grayscale: #5D5D5D. Windows color (decimal): -3920816 or 5254340. OLE color: 5254340.
HSL color Cylindrical-coordinate representation of color #C42C50: hue angle of 345.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42C50 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 80 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.23 |
| HSL | 345.79º | 0.63% | 0.47% | - |
| HSV(B) | 345.79º | 0.78% | 0.77% | - |
| XYZ | 25.11 | 14.12 | 8.99 | - |
| YUV | 93.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 80 | 0 | 0.78 | 0.59 | 0.23 | 345.79 | 0.63 | 0.47 |
| Hex | C4 | 2C | 50 | 0 | 4E | 3B | 17 | 15A | 3F | 2F |
| Octal | 304 | 54 | 120 | 0 | 116 | 73 | 27 | 532 | 77 | 57 |
| Binary | 11000100 | 101100 | 1010000 | 0 | 1001110 | 111011 | 10111 | 101011010 | 111111 | 101111 |
Color Harmonies of #C42C50
Complementary color
Monochromatic Colors of #C42C50
Black with #C42C50
Text Example
Text Example
White with #C42C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C50; }
p { color: rgb(196,44,80); }
H1.HeaderClassName
{
color: #C42C50;
}
.AnyTagClassName
{
color: #C42C50;
}
</style>
background-color css
<style>
a { background-color: #C42C50; }
a { background-color: rgb(196,44,80); }
div.DivClassName
{
background-color: #C42C50;
}
.BgClassName
{
background-color: #C42C50;
}
</style>
border-color css
<style>
span { border-color: #C42C50; }
span { border-color: rgb(196,44,80); }
td.TdClassName
{
border-color: #C42C50;
}
.TagClassName
{
border-color: #C42C50;
}
</style>