Shades of Tide #C2B6AB
Tints of Tide #C2B6AB
RGB
CMYK
RGB Variations
Color information
#C2B6AB (or 0xC2B6AB) is known color: Tide. HEX triplet: C2, B6 and AB. RGB value is (194,182,171). Sum of RGB (Red+Green+Blue) = 194+182+171=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B6AB is #3D4954. Grayscale: #B8B8B8. Windows color (decimal): -4016469 or 11253442. OLE color: 11253442.
HSL color Cylindrical-coordinate representation of color #C2B6AB: hue angle of 28.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B6AB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 171 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.24 |
| HSL | 28.7º | 0.16% | 0.72% | - |
| HSV(B) | 28.7º | 0.12% | 0.76% | - |
| XYZ | 46.33 | 47.87 | 45.33 | - |
| YUV | 184.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 171 | 0 | 0.06 | 0.12 | 0.24 | 28.7 | 0.16 | 0.72 |
| Hex | C2 | B6 | AB | 0 | 6 | C | 18 | 1D | 10 | 48 |
| Octal | 302 | 266 | 253 | 0 | 6 | 14 | 30 | 35 | 20 | 110 |
| Binary | 11000010 | 10110110 | 10101011 | 0 | 110 | 1100 | 11000 | 11101 | 10000 | 1001000 |
Color Harmonies of #C2B6AB
Complementary color
Monochromatic Colors of #C2B6AB
Black with #C2B6AB
Text Example
Text Example
White with #C2B6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6AB; }
p { color: rgb(194,182,171); }
H1.HeaderClassName
{
color: #C2B6AB;
}
.AnyTagClassName
{
color: #C2B6AB;
}
</style>
background-color css
<style>
a { background-color: #C2B6AB; }
a { background-color: rgb(194,182,171); }
div.DivClassName
{
background-color: #C2B6AB;
}
.BgClassName
{
background-color: #C2B6AB;
}
</style>
border-color css
<style>
span { border-color: #C2B6AB; }
span { border-color: rgb(194,182,171); }
td.TdClassName
{
border-color: #C2B6AB;
}
.TagClassName
{
border-color: #C2B6AB;
}
</style>