Shades of Tide #C2B8AB
Tints of Tide #C2B8AB
RGB
CMYK
RGB Variations
Color information
#C2B8AB (or 0xC2B8AB) is known color: Tide. HEX triplet: C2, B8 and AB. RGB value is (194,184,171). Sum of RGB (Red+Green+Blue) = 194+184+171=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B8AB is #3D4754. Grayscale: #B9B9B9. Windows color (decimal): -4015957 or 11253954. OLE color: 11253954.
HSL color Cylindrical-coordinate representation of color #C2B8AB: hue angle of 33.91º 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 #C2B8AB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 171 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.24 |
| HSL | 33.91º | 0.16% | 0.72% | - |
| HSV(B) | 33.91º | 0.12% | 0.76% | - |
| XYZ | 46.74 | 48.69 | 45.46 | - |
| YUV | 185.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 171 | 0 | 0.05 | 0.12 | 0.24 | 33.91 | 0.16 | 0.72 |
| Hex | C2 | B8 | AB | 0 | 5 | C | 18 | 22 | 10 | 48 |
| Octal | 302 | 270 | 253 | 0 | 5 | 14 | 30 | 42 | 20 | 110 |
| Binary | 11000010 | 10111000 | 10101011 | 0 | 101 | 1100 | 11000 | 100010 | 10000 | 1001000 |
Color Harmonies of #C2B8AB
Complementary color
Monochromatic Colors of #C2B8AB
Black with #C2B8AB
Text Example
Text Example
White with #C2B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B8AB; }
p { color: rgb(194,184,171); }
H1.HeaderClassName
{
color: #C2B8AB;
}
.AnyTagClassName
{
color: #C2B8AB;
}
</style>
background-color css
<style>
a { background-color: #C2B8AB; }
a { background-color: rgb(194,184,171); }
div.DivClassName
{
background-color: #C2B8AB;
}
.BgClassName
{
background-color: #C2B8AB;
}
</style>
border-color css
<style>
span { border-color: #C2B8AB; }
span { border-color: rgb(194,184,171); }
td.TdClassName
{
border-color: #C2B8AB;
}
.TagClassName
{
border-color: #C2B8AB;
}
</style>