Shades of Tide #C2B6B0
Tints of Tide #C2B6B0
RGB
CMYK
RGB Variations
Color information
#C2B6B0 (or 0xC2B6B0) is known color: Tide. HEX triplet: C2, B6 and B0. RGB value is (194,182,176). Sum of RGB (Red+Green+Blue) = 194+182+176=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B6B0 is #3D494F. Grayscale: #B8B8B8. Windows color (decimal): -4016464 or 11581122. OLE color: 11581122.
HSL color Cylindrical-coordinate representation of color #C2B6B0: hue angle of 20º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2B6B0 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 176 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.24 |
| HSL | 20º | 0.13% | 0.73% | - |
| HSV(B) | 20º | 0.09% | 0.76% | - |
| XYZ | 46.81 | 48.06 | 47.88 | - |
| YUV | 184.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 176 | 0 | 0.06 | 0.09 | 0.24 | 20 | 0.13 | 0.73 |
| Hex | C2 | B6 | B0 | 0 | 6 | 9 | 18 | 14 | D | 49 |
| Octal | 302 | 266 | 260 | 0 | 6 | 11 | 30 | 24 | 15 | 111 |
| Binary | 11000010 | 10110110 | 10110000 | 0 | 110 | 1001 | 11000 | 10100 | 1101 | 1001001 |
Color Harmonies of #C2B6B0
Complementary color
Monochromatic Colors of #C2B6B0
Black with #C2B6B0
Text Example
Text Example
White with #C2B6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6B0; }
p { color: rgb(194,182,176); }
H1.HeaderClassName
{
color: #C2B6B0;
}
.AnyTagClassName
{
color: #C2B6B0;
}
</style>
background-color css
<style>
a { background-color: #C2B6B0; }
a { background-color: rgb(194,182,176); }
div.DivClassName
{
background-color: #C2B6B0;
}
.BgClassName
{
background-color: #C2B6B0;
}
</style>
border-color css
<style>
span { border-color: #C2B6B0; }
span { border-color: rgb(194,182,176); }
td.TdClassName
{
border-color: #C2B6B0;
}
.TagClassName
{
border-color: #C2B6B0;
}
</style>