Shades of Tide #C1B6AB
Tints of Tide #C1B6AB
RGB
CMYK
RGB Variations
Color information
#C1B6AB (or 0xC1B6AB) is known color: Tide. HEX triplet: C1, B6 and AB. RGB value is (193,182,171). Sum of RGB (Red+Green+Blue) = 193+182+171=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B6AB is #3E4954. Grayscale: #B8B8B8. Windows color (decimal): -4082005 or 11253441. OLE color: 11253441.
HSL color Cylindrical-coordinate representation of color #C1B6AB: hue angle of 30º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1B6AB is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 171 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.24 |
| HSL | 30º | 0.15% | 0.71% | - |
| HSV(B) | 30º | 0.11% | 0.76% | - |
| XYZ | 46.07 | 47.73 | 45.31 | - |
| YUV | 184.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 171 | 0 | 0.06 | 0.11 | 0.24 | 30 | 0.15 | 0.71 |
| Hex | C1 | B6 | AB | 0 | 6 | B | 18 | 1E | F | 47 |
| Octal | 301 | 266 | 253 | 0 | 6 | 13 | 30 | 36 | 17 | 107 |
| Binary | 11000001 | 10110110 | 10101011 | 0 | 110 | 1011 | 11000 | 11110 | 1111 | 1000111 |
Color Harmonies of #C1B6AB
Complementary color
Monochromatic Colors of #C1B6AB
Black with #C1B6AB
Text Example
Text Example
White with #C1B6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B6AB; }
p { color: rgb(193,182,171); }
H1.HeaderClassName
{
color: #C1B6AB;
}
.AnyTagClassName
{
color: #C1B6AB;
}
</style>
background-color css
<style>
a { background-color: #C1B6AB; }
a { background-color: rgb(193,182,171); }
div.DivClassName
{
background-color: #C1B6AB;
}
.BgClassName
{
background-color: #C1B6AB;
}
</style>
border-color css
<style>
span { border-color: #C1B6AB; }
span { border-color: rgb(193,182,171); }
td.TdClassName
{
border-color: #C1B6AB;
}
.TagClassName
{
border-color: #C1B6AB;
}
</style>