Shades of Old Rose #C0404B
Tints of Old Rose #C0404B
RGB
CMYK
RGB Variations
Color information
#C0404B (or 0xC0404B) is known color: Old Rose. HEX triplet: C0, 40 and 4B. RGB value is (192,64,75). Sum of RGB (Red+Green+Blue) = 192+64+75=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0404B is #3FBFB4. Grayscale: #676767. Windows color (decimal): -4177845 or 4931776. OLE color: 4931776.
HSL color Cylindrical-coordinate representation of color #C0404B: hue angle of 354.84º 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 #C0404B is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 75 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.25 |
| HSL | 354.84º | 0.5% | 0.5% | - |
| HSV(B) | 354.84º | 0.67% | 0.75% | - |
| XYZ | 24.84 | 15.38 | 8.32 | - |
| YUV | 103.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 75 | 0 | 0.67 | 0.61 | 0.25 | 354.84 | 0.5 | 0.5 |
| Hex | C0 | 40 | 4B | 0 | 43 | 3D | 19 | 163 | 32 | 32 |
| Octal | 300 | 100 | 113 | 0 | 103 | 75 | 31 | 543 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1001011 | 0 | 1000011 | 111101 | 11001 | 101100011 | 110010 | 110010 |
Color Harmonies of #C0404B
Complementary color
Monochromatic Colors of #C0404B
Black with #C0404B
Text Example
Text Example
White with #C0404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0404B; }
p { color: rgb(192,64,75); }
H1.HeaderClassName
{
color: #C0404B;
}
.AnyTagClassName
{
color: #C0404B;
}
</style>
background-color css
<style>
a { background-color: #C0404B; }
a { background-color: rgb(192,64,75); }
div.DivClassName
{
background-color: #C0404B;
}
.BgClassName
{
background-color: #C0404B;
}
</style>
border-color css
<style>
span { border-color: #C0404B; }
span { border-color: rgb(192,64,75); }
td.TdClassName
{
border-color: #C0404B;
}
.TagClassName
{
border-color: #C0404B;
}
</style>