Shades of Tide #C0B8AE
Tints of Tide #C0B8AE
RGB
CMYK
RGB Variations
Color information
#C0B8AE (or 0xC0B8AE) is known color: Tide. HEX triplet: C0, B8 and AE. RGB value is (192,184,174). Sum of RGB (Red+Green+Blue) = 192+184+174=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B8AE is #3F4751. Grayscale: #B9B9B9. Windows color (decimal): -4147026 or 11450560. OLE color: 11450560.
HSL color Cylindrical-coordinate representation of color #C0B8AE: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B8AE is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 174 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.25 |
| HSL | 33.33º | 0.13% | 0.72% | - |
| HSV(B) | 33.33º | 0.09% | 0.75% | - |
| XYZ | 46.52 | 48.54 | 46.96 | - |
| YUV | 185.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 174 | 0 | 0.04 | 0.09 | 0.25 | 33.33 | 0.13 | 0.72 |
| Hex | C0 | B8 | AE | 0 | 4 | 9 | 19 | 21 | C | 48 |
| Octal | 300 | 270 | 256 | 0 | 4 | 11 | 31 | 41 | 14 | 110 |
| Binary | 11000000 | 10111000 | 10101110 | 0 | 100 | 1001 | 11001 | 100001 | 1100 | 1001000 |
Color Harmonies of #C0B8AE
Complementary color
Monochromatic Colors of #C0B8AE
Black with #C0B8AE
Text Example
Text Example
White with #C0B8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8AE; }
p { color: rgb(192,184,174); }
H1.HeaderClassName
{
color: #C0B8AE;
}
.AnyTagClassName
{
color: #C0B8AE;
}
</style>
background-color css
<style>
a { background-color: #C0B8AE; }
a { background-color: rgb(192,184,174); }
div.DivClassName
{
background-color: #C0B8AE;
}
.BgClassName
{
background-color: #C0B8AE;
}
</style>
border-color css
<style>
span { border-color: #C0B8AE; }
span { border-color: rgb(192,184,174); }
td.TdClassName
{
border-color: #C0B8AE;
}
.TagClassName
{
border-color: #C0B8AE;
}
</style>