Shades of Old Rose #C0404D
Tints of Old Rose #C0404D
RGB
CMYK
RGB Variations
Color information
#C0404D (or 0xC0404D) is known color: Old Rose. HEX triplet: C0, 40 and 4D. RGB value is (192,64,77). Sum of RGB (Red+Green+Blue) = 192+64+77=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0404D is #3FBFB2. Grayscale: #676767. Windows color (decimal): -4177843 or 5062848. OLE color: 5062848.
HSL color Cylindrical-coordinate representation of color #C0404D: hue angle of 353.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0404D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 77 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.25 |
| HSL | 353.91º | 0.5% | 0.5% | - |
| HSV(B) | 353.91º | 0.67% | 0.75% | - |
| XYZ | 24.91 | 15.41 | 8.68 | - |
| YUV | 103.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 77 | 0 | 0.67 | 0.60 | 0.25 | 353.91 | 0.5 | 0.5 |
| Hex | C0 | 40 | 4D | 0 | 43 | 3C | 19 | 162 | 32 | 32 |
| Octal | 300 | 100 | 115 | 0 | 103 | 74 | 31 | 542 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1001101 | 0 | 1000011 | 111100 | 11001 | 101100010 | 110010 | 110010 |
Color Harmonies of #C0404D
Complementary color
Monochromatic Colors of #C0404D
Black with #C0404D
Text Example
Text Example
White with #C0404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0404D; }
p { color: rgb(192,64,77); }
H1.HeaderClassName
{
color: #C0404D;
}
.AnyTagClassName
{
color: #C0404D;
}
</style>
background-color css
<style>
a { background-color: #C0404D; }
a { background-color: rgb(192,64,77); }
div.DivClassName
{
background-color: #C0404D;
}
.BgClassName
{
background-color: #C0404D;
}
</style>
border-color css
<style>
span { border-color: #C0404D; }
span { border-color: rgb(192,64,77); }
td.TdClassName
{
border-color: #C0404D;
}
.TagClassName
{
border-color: #C0404D;
}
</style>