Shades of Old Rose #C0404F
Tints of Old Rose #C0404F
RGB
CMYK
RGB Variations
Color information
#C0404F (or 0xC0404F) is known color: Old Rose. HEX triplet: C0, 40 and 4F. RGB value is (192,64,79). Sum of RGB (Red+Green+Blue) = 192+64+79=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0404F is #3FBFB0. Grayscale: #686868. Windows color (decimal): -4177841 or 5193920. OLE color: 5193920.
HSL color Cylindrical-coordinate representation of color #C0404F: hue angle of 352.97º 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 #C0404F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 79 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.25 |
| HSL | 352.97º | 0.5% | 0.5% | - |
| HSV(B) | 352.97º | 0.67% | 0.75% | - |
| XYZ | 24.98 | 15.44 | 9.06 | - |
| YUV | 103.98 | 113.91 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 79 | 0 | 0.67 | 0.59 | 0.25 | 352.97 | 0.5 | 0.5 |
| Hex | C0 | 40 | 4F | 0 | 43 | 3B | 19 | 161 | 32 | 32 |
| Octal | 300 | 100 | 117 | 0 | 103 | 73 | 31 | 541 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1001111 | 0 | 1000011 | 111011 | 11001 | 101100001 | 110010 | 110010 |
Color Harmonies of #C0404F
Complementary color
Monochromatic Colors of #C0404F
Black with #C0404F
Text Example
Text Example
White with #C0404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0404F; }
p { color: rgb(192,64,79); }
H1.HeaderClassName
{
color: #C0404F;
}
.AnyTagClassName
{
color: #C0404F;
}
</style>
background-color css
<style>
a { background-color: #C0404F; }
a { background-color: rgb(192,64,79); }
div.DivClassName
{
background-color: #C0404F;
}
.BgClassName
{
background-color: #C0404F;
}
</style>
border-color css
<style>
span { border-color: #C0404F; }
span { border-color: rgb(192,64,79); }
td.TdClassName
{
border-color: #C0404F;
}
.TagClassName
{
border-color: #C0404F;
}
</style>