Shades of Tide #C2B3AD
Tints of Tide #C2B3AD
RGB
CMYK
RGB Variations
Color information
#C2B3AD (or 0xC2B3AD) is known color: Tide. HEX triplet: C2, B3 and AD. RGB value is (194,179,173). Sum of RGB (Red+Green+Blue) = 194+179+173=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B3AD is #3D4C52. Grayscale: #B6B6B6. Windows color (decimal): -4017235 or 11383746. OLE color: 11383746.
HSL color Cylindrical-coordinate representation of color #C2B3AD: hue angle of 17.14º degrees, saturation: 0.15, 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 #C2B3AD is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 173 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.24 |
| HSL | 17.14º | 0.15% | 0.72% | - |
| HSV(B) | 17.14º | 0.11% | 0.76% | - |
| XYZ | 45.91 | 46.73 | 46.13 | - |
| YUV | 182.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 173 | 0 | 0.08 | 0.11 | 0.24 | 17.14 | 0.15 | 0.72 |
| Hex | C2 | B3 | AD | 0 | 8 | B | 18 | 11 | F | 48 |
| Octal | 302 | 263 | 255 | 0 | 10 | 13 | 30 | 21 | 17 | 110 |
| Binary | 11000010 | 10110011 | 10101101 | 0 | 1000 | 1011 | 11000 | 10001 | 1111 | 1001000 |
Color Harmonies of #C2B3AD
Complementary color
Monochromatic Colors of #C2B3AD
Black with #C2B3AD
Text Example
Text Example
White with #C2B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3AD; }
p { color: rgb(194,179,173); }
H1.HeaderClassName
{
color: #C2B3AD;
}
.AnyTagClassName
{
color: #C2B3AD;
}
</style>
background-color css
<style>
a { background-color: #C2B3AD; }
a { background-color: rgb(194,179,173); }
div.DivClassName
{
background-color: #C2B3AD;
}
.BgClassName
{
background-color: #C2B3AD;
}
</style>
border-color css
<style>
span { border-color: #C2B3AD; }
span { border-color: rgb(194,179,173); }
td.TdClassName
{
border-color: #C2B3AD;
}
.TagClassName
{
border-color: #C2B3AD;
}
</style>