Shades of Old Rose #C2404C
Tints of Old Rose #C2404C
RGB
CMYK
RGB Variations
Color information
#C2404C (or 0xC2404C) is known color: Old Rose. HEX triplet: C2, 40 and 4C. RGB value is (194,64,76). Sum of RGB (Red+Green+Blue) = 194+64+76=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2404C is #3DBFB3. Grayscale: #686868. Windows color (decimal): -4046772 or 4997314. OLE color: 4997314.
HSL color Cylindrical-coordinate representation of color #C2404C: hue angle of 354.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2404C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 76 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.24 |
| HSL | 354.46º | 0.52% | 0.51% | - |
| HSV(B) | 354.46º | 0.67% | 0.76% | - |
| XYZ | 25.39 | 15.66 | 8.52 | - |
| YUV | 104.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 76 | 0 | 0.67 | 0.61 | 0.24 | 354.46 | 0.52 | 0.51 |
| Hex | C2 | 40 | 4C | 0 | 43 | 3D | 18 | 162 | 34 | 33 |
| Octal | 302 | 100 | 114 | 0 | 103 | 75 | 30 | 542 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1001100 | 0 | 1000011 | 111101 | 11000 | 101100010 | 110100 | 110011 |
Color Harmonies of #C2404C
Complementary color
Monochromatic Colors of #C2404C
Black with #C2404C
Text Example
Text Example
White with #C2404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2404C; }
p { color: rgb(194,64,76); }
H1.HeaderClassName
{
color: #C2404C;
}
.AnyTagClassName
{
color: #C2404C;
}
</style>
background-color css
<style>
a { background-color: #C2404C; }
a { background-color: rgb(194,64,76); }
div.DivClassName
{
background-color: #C2404C;
}
.BgClassName
{
background-color: #C2404C;
}
</style>
border-color css
<style>
span { border-color: #C2404C; }
span { border-color: rgb(194,64,76); }
td.TdClassName
{
border-color: #C2404C;
}
.TagClassName
{
border-color: #C2404C;
}
</style>