Shades of Old Rose #C2424C
Tints of Old Rose #C2424C
RGB
CMYK
RGB Variations
Color information
#C2424C (or 0xC2424C) is known color: Old Rose. HEX triplet: C2, 42 and 4C. RGB value is (194,66,76). Sum of RGB (Red+Green+Blue) = 194+66+76=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2424C is #3DBDB3. Grayscale: #696969. Windows color (decimal): -4046260 or 4997826. OLE color: 4997826.
HSL color Cylindrical-coordinate representation of color #C2424C: hue angle of 355.31º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2424C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 76 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.24 |
| HSL | 355.31º | 0.51% | 0.51% | - |
| HSV(B) | 355.31º | 0.66% | 0.76% | - |
| XYZ | 25.5 | 15.89 | 8.56 | - |
| YUV | 105.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 76 | 0 | 0.66 | 0.61 | 0.24 | 355.31 | 0.51 | 0.51 |
| Hex | C2 | 42 | 4C | 0 | 42 | 3D | 18 | 163 | 33 | 33 |
| Octal | 302 | 102 | 114 | 0 | 102 | 75 | 30 | 543 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1001100 | 0 | 1000010 | 111101 | 11000 | 101100011 | 110011 | 110011 |
Color Harmonies of #C2424C
Complementary color
Monochromatic Colors of #C2424C
Black with #C2424C
Text Example
Text Example
White with #C2424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2424C; }
p { color: rgb(194,66,76); }
H1.HeaderClassName
{
color: #C2424C;
}
.AnyTagClassName
{
color: #C2424C;
}
</style>
background-color css
<style>
a { background-color: #C2424C; }
a { background-color: rgb(194,66,76); }
div.DivClassName
{
background-color: #C2424C;
}
.BgClassName
{
background-color: #C2424C;
}
</style>
border-color css
<style>
span { border-color: #C2424C; }
span { border-color: rgb(194,66,76); }
td.TdClassName
{
border-color: #C2424C;
}
.TagClassName
{
border-color: #C2424C;
}
</style>