Shades of Tide #C6BAB0
Tints of Tide #C6BAB0
RGB
CMYK
RGB Variations
Color information
#C6BAB0 (or 0xC6BAB0) is known color: Tide. HEX triplet: C6, BA and B0. RGB value is (198,186,176). Sum of RGB (Red+Green+Blue) = 198+186+176=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BAB0 is #39454F. Grayscale: #BCBCBC. Windows color (decimal): -3753296 or 11582150. OLE color: 11582150.
HSL color Cylindrical-coordinate representation of color #C6BAB0: hue angle of 27.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BAB0 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 176 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.22 |
| HSL | 27.27º | 0.16% | 0.73% | - |
| HSV(B) | 27.27º | 0.11% | 0.78% | - |
| XYZ | 48.68 | 50.26 | 48.21 | - |
| YUV | 188.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 176 | 0 | 0.06 | 0.11 | 0.22 | 27.27 | 0.16 | 0.73 |
| Hex | C6 | BA | B0 | 0 | 6 | B | 16 | 1B | 10 | 49 |
| Octal | 306 | 272 | 260 | 0 | 6 | 13 | 26 | 33 | 20 | 111 |
| Binary | 11000110 | 10111010 | 10110000 | 0 | 110 | 1011 | 10110 | 11011 | 10000 | 1001001 |
Color Harmonies of #C6BAB0
Complementary color
Monochromatic Colors of #C6BAB0
Black with #C6BAB0
Text Example
Text Example
White with #C6BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAB0; }
p { color: rgb(198,186,176); }
H1.HeaderClassName
{
color: #C6BAB0;
}
.AnyTagClassName
{
color: #C6BAB0;
}
</style>
background-color css
<style>
a { background-color: #C6BAB0; }
a { background-color: rgb(198,186,176); }
div.DivClassName
{
background-color: #C6BAB0;
}
.BgClassName
{
background-color: #C6BAB0;
}
</style>
border-color css
<style>
span { border-color: #C6BAB0; }
span { border-color: rgb(198,186,176); }
td.TdClassName
{
border-color: #C6BAB0;
}
.TagClassName
{
border-color: #C6BAB0;
}
</style>