Shades of Old Rose #C6404E
Tints of Old Rose #C6404E
RGB
CMYK
RGB Variations
Color information
#C6404E (or 0xC6404E) is known color: Old Rose. HEX triplet: C6, 40 and 4E. RGB value is (198,64,78). Sum of RGB (Red+Green+Blue) = 198+64+78=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6404E is #39BFB1. Grayscale: #696969. Windows color (decimal): -3784626 or 5128390. OLE color: 5128390.
HSL color Cylindrical-coordinate representation of color #C6404E: hue angle of 353.73º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6404E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 78 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.22 |
| HSL | 353.73º | 0.54% | 0.51% | - |
| HSV(B) | 353.73º | 0.68% | 0.78% | - |
| XYZ | 26.5 | 16.22 | 8.94 | - |
| YUV | 105.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 78 | 0 | 0.68 | 0.61 | 0.22 | 353.73 | 0.54 | 0.51 |
| Hex | C6 | 40 | 4E | 0 | 44 | 3D | 16 | 162 | 36 | 33 |
| Octal | 306 | 100 | 116 | 0 | 104 | 75 | 26 | 542 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1001110 | 0 | 1000100 | 111101 | 10110 | 101100010 | 110110 | 110011 |
Color Harmonies of #C6404E
Complementary color
Monochromatic Colors of #C6404E
Black with #C6404E
Text Example
Text Example
White with #C6404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6404E; }
p { color: rgb(198,64,78); }
H1.HeaderClassName
{
color: #C6404E;
}
.AnyTagClassName
{
color: #C6404E;
}
</style>
background-color css
<style>
a { background-color: #C6404E; }
a { background-color: rgb(198,64,78); }
div.DivClassName
{
background-color: #C6404E;
}
.BgClassName
{
background-color: #C6404E;
}
</style>
border-color css
<style>
span { border-color: #C6404E; }
span { border-color: rgb(198,64,78); }
td.TdClassName
{
border-color: #C6404E;
}
.TagClassName
{
border-color: #C6404E;
}
</style>