Shades of Old Rose #C2404D
Tints of Old Rose #C2404D
RGB
CMYK
RGB Variations
Color information
#C2404D (or 0xC2404D) is known color: Old Rose. HEX triplet: C2, 40 and 4D. RGB value is (194,64,77). Sum of RGB (Red+Green+Blue) = 194+64+77=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2404D is #3DBFB2. Grayscale: #686868. Windows color (decimal): -4046771 or 5062850. OLE color: 5062850.
HSL color Cylindrical-coordinate representation of color #C2404D: hue angle of 354º 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 #C2404D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 77 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.24 |
| HSL | 354º | 0.52% | 0.51% | - |
| HSV(B) | 354º | 0.67% | 0.76% | - |
| XYZ | 25.42 | 15.67 | 8.71 | - |
| YUV | 104.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 77 | 0 | 0.67 | 0.60 | 0.24 | 354 | 0.52 | 0.51 |
| Hex | C2 | 40 | 4D | 0 | 43 | 3C | 18 | 162 | 34 | 33 |
| Octal | 302 | 100 | 115 | 0 | 103 | 74 | 30 | 542 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1001101 | 0 | 1000011 | 111100 | 11000 | 101100010 | 110100 | 110011 |
Color Harmonies of #C2404D
Complementary color
Monochromatic Colors of #C2404D
Black with #C2404D
Text Example
Text Example
White with #C2404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2404D; }
p { color: rgb(194,64,77); }
H1.HeaderClassName
{
color: #C2404D;
}
.AnyTagClassName
{
color: #C2404D;
}
</style>
background-color css
<style>
a { background-color: #C2404D; }
a { background-color: rgb(194,64,77); }
div.DivClassName
{
background-color: #C2404D;
}
.BgClassName
{
background-color: #C2404D;
}
</style>
border-color css
<style>
span { border-color: #C2404D; }
span { border-color: rgb(194,64,77); }
td.TdClassName
{
border-color: #C2404D;
}
.TagClassName
{
border-color: #C2404D;
}
</style>