Shades of Tide #C1B6AC
Tints of Tide #C1B6AC
RGB
CMYK
RGB Variations
Color information
#C1B6AC (or 0xC1B6AC) is known color: Tide. HEX triplet: C1, B6 and AC. RGB value is (193,182,172). Sum of RGB (Red+Green+Blue) = 193+182+172=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B6AC is #3E4953. Grayscale: #B8B8B8. Windows color (decimal): -4082004 or 11318977. OLE color: 11318977.
HSL color Cylindrical-coordinate representation of color #C1B6AC: hue angle of 28.57º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1B6AC is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 182 | 172 | - |
CMYK | 0 | 0.06 | 0.11 | 0.24 |
HSL | 28.57º | 0.14% | 0.72% | - |
HSV(B) | 28.57º | 0.11% | 0.76% | - |
XYZ | 46.17 | 47.77 | 45.82 | - |
YUV | 184.15 | 121.14 | 134.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 182 | 172 | 0 | 0.06 | 0.11 | 0.24 | 28.57 | 0.14 | 0.72 |
Hex | C1 | B6 | AC | 0 | 6 | B | 18 | 1D | E | 48 |
Octal | 301 | 266 | 254 | 0 | 6 | 13 | 30 | 35 | 16 | 110 |
Binary | 11000001 | 10110110 | 10101100 | 0 | 110 | 1011 | 11000 | 11101 | 1110 | 1001000 |
Color Harmonies of #C1B6AC
Complementary color
Monochromatic Colors of #C1B6AC
Black with #C1B6AC
Text Example
Text Example
White with #C1B6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B6AC; }
p { color: rgb(193,182,172); }
H1.HeaderClassName
{
color: #C1B6AC;
}
.AnyTagClassName
{
color: #C1B6AC;
}
</style>
background-color css
<style>
a { background-color: #C1B6AC; }
a { background-color: rgb(193,182,172); }
div.DivClassName
{
background-color: #C1B6AC;
}
.BgClassName
{
background-color: #C1B6AC;
}
</style>
border-color css
<style>
span { border-color: #C1B6AC; }
span { border-color: rgb(193,182,172); }
td.TdClassName
{
border-color: #C1B6AC;
}
.TagClassName
{
border-color: #C1B6AC;
}
</style>