Shades of Old Rose #C0404C
Tints of Old Rose #C0404C
RGB
CMYK
RGB Variations
Color information
#C0404C (or 0xC0404C) is known color: Old Rose. HEX triplet: C0, 40 and 4C. RGB value is (192,64,76). Sum of RGB (Red+Green+Blue) = 192+64+76=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0404C is #3FBFB3. Grayscale: #676767. Windows color (decimal): -4177844 or 4997312. OLE color: 4997312.
HSL color Cylindrical-coordinate representation of color #C0404C: hue angle of 354.38º 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 #C0404C is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 76 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.25 |
| HSL | 354.38º | 0.5% | 0.5% | - |
| HSV(B) | 354.38º | 0.67% | 0.75% | - |
| XYZ | 24.88 | 15.4 | 8.5 | - |
| YUV | 103.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 76 | 0 | 0.67 | 0.60 | 0.25 | 354.38 | 0.5 | 0.5 |
| Hex | C0 | 40 | 4C | 0 | 43 | 3C | 19 | 162 | 32 | 32 |
| Octal | 300 | 100 | 114 | 0 | 103 | 74 | 31 | 542 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1001100 | 0 | 1000011 | 111100 | 11001 | 101100010 | 110010 | 110010 |
Color Harmonies of #C0404C
Complementary color
Monochromatic Colors of #C0404C
Black with #C0404C
Text Example
Text Example
White with #C0404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0404C; }
p { color: rgb(192,64,76); }
H1.HeaderClassName
{
color: #C0404C;
}
.AnyTagClassName
{
color: #C0404C;
}
</style>
background-color css
<style>
a { background-color: #C0404C; }
a { background-color: rgb(192,64,76); }
div.DivClassName
{
background-color: #C0404C;
}
.BgClassName
{
background-color: #C0404C;
}
</style>
border-color css
<style>
span { border-color: #C0404C; }
span { border-color: rgb(192,64,76); }
td.TdClassName
{
border-color: #C0404C;
}
.TagClassName
{
border-color: #C0404C;
}
</style>