Shades of Tide #C8BBAF
Tints of Tide #C8BBAF
RGB
CMYK
RGB Variations
Color information
#C8BBAF (or 0xC8BBAF) is known color: Tide. HEX triplet: C8, BB and AF. RGB value is (200,187,175). Sum of RGB (Red+Green+Blue) = 200+187+175=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBAF is #374450. Grayscale: #BDBDBD. Windows color (decimal): -3621969 or 11516872. OLE color: 11516872.
HSL color Cylindrical-coordinate representation of color #C8BBAF: hue angle of 28.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BBAF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 175 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.22 |
| HSL | 28.8º | 0.19% | 0.74% | - |
| HSV(B) | 28.8º | 0.13% | 0.78% | - |
| XYZ | 49.33 | 50.92 | 47.79 | - |
| YUV | 189.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 175 | 0 | 0.06 | 0.12 | 0.22 | 28.8 | 0.19 | 0.74 |
| Hex | C8 | BB | AF | 0 | 6 | C | 16 | 1D | 13 | 4A |
| Octal | 310 | 273 | 257 | 0 | 6 | 14 | 26 | 35 | 23 | 112 |
| Binary | 11001000 | 10111011 | 10101111 | 0 | 110 | 1100 | 10110 | 11101 | 10011 | 1001010 |
Color Harmonies of #C8BBAF
Complementary color
Monochromatic Colors of #C8BBAF
Black with #C8BBAF
Text Example
Text Example
White with #C8BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBAF; }
p { color: rgb(200,187,175); }
H1.HeaderClassName
{
color: #C8BBAF;
}
.AnyTagClassName
{
color: #C8BBAF;
}
</style>
background-color css
<style>
a { background-color: #C8BBAF; }
a { background-color: rgb(200,187,175); }
div.DivClassName
{
background-color: #C8BBAF;
}
.BgClassName
{
background-color: #C8BBAF;
}
</style>
border-color css
<style>
span { border-color: #C8BBAF; }
span { border-color: rgb(200,187,175); }
td.TdClassName
{
border-color: #C8BBAF;
}
.TagClassName
{
border-color: #C8BBAF;
}
</style>