Shades of Tide #C0B8AF
Tints of Tide #C0B8AF
RGB
CMYK
RGB Variations
Color information
#C0B8AF (or 0xC0B8AF) is known color: Tide. HEX triplet: C0, B8 and AF. RGB value is (192,184,175). Sum of RGB (Red+Green+Blue) = 192+184+175=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B8AF is #3F4750. Grayscale: #B9B9B9. Windows color (decimal): -4147025 or 11516096. OLE color: 11516096.
HSL color Cylindrical-coordinate representation of color #C0B8AF: hue angle of 31.76º 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 #C0B8AF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 175 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.25 |
| HSL | 31.76º | 0.12% | 0.72% | - |
| HSV(B) | 31.76º | 0.09% | 0.75% | - |
| XYZ | 46.62 | 48.58 | 47.48 | - |
| YUV | 185.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 175 | 0 | 0.04 | 0.09 | 0.25 | 31.76 | 0.12 | 0.72 |
| Hex | C0 | B8 | AF | 0 | 4 | 9 | 19 | 20 | C | 48 |
| Octal | 300 | 270 | 257 | 0 | 4 | 11 | 31 | 40 | 14 | 110 |
| Binary | 11000000 | 10111000 | 10101111 | 0 | 100 | 1001 | 11001 | 100000 | 1100 | 1001000 |
Color Harmonies of #C0B8AF
Complementary color
Monochromatic Colors of #C0B8AF
Black with #C0B8AF
Text Example
Text Example
White with #C0B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8AF; }
p { color: rgb(192,184,175); }
H1.HeaderClassName
{
color: #C0B8AF;
}
.AnyTagClassName
{
color: #C0B8AF;
}
</style>
background-color css
<style>
a { background-color: #C0B8AF; }
a { background-color: rgb(192,184,175); }
div.DivClassName
{
background-color: #C0B8AF;
}
.BgClassName
{
background-color: #C0B8AF;
}
</style>
border-color css
<style>
span { border-color: #C0B8AF; }
span { border-color: rgb(192,184,175); }
td.TdClassName
{
border-color: #C0B8AF;
}
.TagClassName
{
border-color: #C0B8AF;
}
</style>