Shades of Tide #C6B9AC
Tints of Tide #C6B9AC
RGB
CMYK
RGB Variations
Color information
#C6B9AC (or 0xC6B9AC) is known color: Tide. HEX triplet: C6, B9 and AC. RGB value is (198,185,172). Sum of RGB (Red+Green+Blue) = 198+185+172=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B9AC is #394653. Grayscale: #BBBBBB. Windows color (decimal): -3753556 or 11319750. OLE color: 11319750.
HSL color Cylindrical-coordinate representation of color #C6B9AC: hue angle of 30º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6B9AC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 172 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.22 |
| HSL | 30º | 0.19% | 0.73% | - |
| HSV(B) | 30º | 0.13% | 0.78% | - |
| XYZ | 48.08 | 49.68 | 46.09 | - |
| YUV | 187.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 172 | 0 | 0.07 | 0.13 | 0.22 | 30 | 0.19 | 0.73 |
| Hex | C6 | B9 | AC | 0 | 7 | D | 16 | 1E | 13 | 49 |
| Octal | 306 | 271 | 254 | 0 | 7 | 15 | 26 | 36 | 23 | 111 |
| Binary | 11000110 | 10111001 | 10101100 | 0 | 111 | 1101 | 10110 | 11110 | 10011 | 1001001 |
Color Harmonies of #C6B9AC
Complementary color
Monochromatic Colors of #C6B9AC
Black with #C6B9AC
Text Example
Text Example
White with #C6B9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B9AC; }
p { color: rgb(198,185,172); }
H1.HeaderClassName
{
color: #C6B9AC;
}
.AnyTagClassName
{
color: #C6B9AC;
}
</style>
background-color css
<style>
a { background-color: #C6B9AC; }
a { background-color: rgb(198,185,172); }
div.DivClassName
{
background-color: #C6B9AC;
}
.BgClassName
{
background-color: #C6B9AC;
}
</style>
border-color css
<style>
span { border-color: #C6B9AC; }
span { border-color: rgb(198,185,172); }
td.TdClassName
{
border-color: #C6B9AC;
}
.TagClassName
{
border-color: #C6B9AC;
}
</style>