Shades of Old Rose #C6404D
Tints of Old Rose #C6404D
RGB
CMYK
RGB Variations
Color information
#C6404D (or 0xC6404D) is known color: Old Rose. HEX triplet: C6, 40 and 4D. RGB value is (198,64,77). Sum of RGB (Red+Green+Blue) = 198+64+77=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6404D is #39BFB2. Grayscale: #696969. Windows color (decimal): -3784627 or 5062854. OLE color: 5062854.
HSL color Cylindrical-coordinate representation of color #C6404D: hue angle of 354.18º 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 #C6404D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 77 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.22 |
| HSL | 354.18º | 0.54% | 0.51% | - |
| HSV(B) | 354.18º | 0.68% | 0.78% | - |
| XYZ | 26.46 | 16.21 | 8.76 | - |
| YUV | 105.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 77 | 0 | 0.68 | 0.61 | 0.22 | 354.18 | 0.54 | 0.51 |
| Hex | C6 | 40 | 4D | 0 | 44 | 3D | 16 | 162 | 36 | 33 |
| Octal | 306 | 100 | 115 | 0 | 104 | 75 | 26 | 542 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1001101 | 0 | 1000100 | 111101 | 10110 | 101100010 | 110110 | 110011 |
Color Harmonies of #C6404D
Complementary color
Monochromatic Colors of #C6404D
Black with #C6404D
Text Example
Text Example
White with #C6404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6404D; }
p { color: rgb(198,64,77); }
H1.HeaderClassName
{
color: #C6404D;
}
.AnyTagClassName
{
color: #C6404D;
}
</style>
background-color css
<style>
a { background-color: #C6404D; }
a { background-color: rgb(198,64,77); }
div.DivClassName
{
background-color: #C6404D;
}
.BgClassName
{
background-color: #C6404D;
}
</style>
border-color css
<style>
span { border-color: #C6404D; }
span { border-color: rgb(198,64,77); }
td.TdClassName
{
border-color: #C6404D;
}
.TagClassName
{
border-color: #C6404D;
}
</style>