Shades of Tide #C1B6B0
Tints of Tide #C1B6B0
RGB
CMYK
RGB Variations
Color information
#C1B6B0 (or 0xC1B6B0) is known color: Tide. HEX triplet: C1, B6 and B0. RGB value is (193,182,176). Sum of RGB (Red+Green+Blue) = 193+182+176=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B6B0 is #3E494F. Grayscale: #B8B8B8. Windows color (decimal): -4082000 or 11581121. OLE color: 11581121.
HSL color Cylindrical-coordinate representation of color #C1B6B0: hue angle of 21.18º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1B6B0 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 176 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.24 |
| HSL | 21.18º | 0.12% | 0.72% | - |
| HSV(B) | 21.18º | 0.09% | 0.76% | - |
| XYZ | 46.56 | 47.93 | 47.87 | - |
| YUV | 184.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 176 | 0 | 0.06 | 0.09 | 0.24 | 21.18 | 0.12 | 0.72 |
| Hex | C1 | B6 | B0 | 0 | 6 | 9 | 18 | 15 | C | 48 |
| Octal | 301 | 266 | 260 | 0 | 6 | 11 | 30 | 25 | 14 | 110 |
| Binary | 11000001 | 10110110 | 10110000 | 0 | 110 | 1001 | 11000 | 10101 | 1100 | 1001000 |
Color Harmonies of #C1B6B0
Complementary color
Monochromatic Colors of #C1B6B0
Black with #C1B6B0
Text Example
Text Example
White with #C1B6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B6B0; }
p { color: rgb(193,182,176); }
H1.HeaderClassName
{
color: #C1B6B0;
}
.AnyTagClassName
{
color: #C1B6B0;
}
</style>
background-color css
<style>
a { background-color: #C1B6B0; }
a { background-color: rgb(193,182,176); }
div.DivClassName
{
background-color: #C1B6B0;
}
.BgClassName
{
background-color: #C1B6B0;
}
</style>
border-color css
<style>
span { border-color: #C1B6B0; }
span { border-color: rgb(193,182,176); }
td.TdClassName
{
border-color: #C1B6B0;
}
.TagClassName
{
border-color: #C1B6B0;
}
</style>