Shades of Tide #C5B9B0
Tints of Tide #C5B9B0
RGB
CMYK
RGB Variations
Color information
#C5B9B0 (or 0xC5B9B0) is known color: Tide. HEX triplet: C5, B9 and B0. RGB value is (197,185,176). Sum of RGB (Red+Green+Blue) = 197+185+176=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B9B0 is #3A464F. Grayscale: #BBBBBB. Windows color (decimal): -3819088 or 11581893. OLE color: 11581893.
HSL color Cylindrical-coordinate representation of color #C5B9B0: hue angle of 25.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B9B0 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 176 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.23 |
| HSL | 25.71º | 0.15% | 0.73% | - |
| HSV(B) | 25.71º | 0.11% | 0.77% | - |
| XYZ | 48.21 | 49.7 | 48.13 | - |
| YUV | 187.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 176 | 0 | 0.06 | 0.11 | 0.23 | 25.71 | 0.15 | 0.73 |
| Hex | C5 | B9 | B0 | 0 | 6 | B | 17 | 1A | F | 49 |
| Octal | 305 | 271 | 260 | 0 | 6 | 13 | 27 | 32 | 17 | 111 |
| Binary | 11000101 | 10111001 | 10110000 | 0 | 110 | 1011 | 10111 | 11010 | 1111 | 1001001 |
Color Harmonies of #C5B9B0
Complementary color
Monochromatic Colors of #C5B9B0
Black with #C5B9B0
Text Example
Text Example
White with #C5B9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B9B0; }
p { color: rgb(197,185,176); }
H1.HeaderClassName
{
color: #C5B9B0;
}
.AnyTagClassName
{
color: #C5B9B0;
}
</style>
background-color css
<style>
a { background-color: #C5B9B0; }
a { background-color: rgb(197,185,176); }
div.DivClassName
{
background-color: #C5B9B0;
}
.BgClassName
{
background-color: #C5B9B0;
}
</style>
border-color css
<style>
span { border-color: #C5B9B0; }
span { border-color: rgb(197,185,176); }
td.TdClassName
{
border-color: #C5B9B0;
}
.TagClassName
{
border-color: #C5B9B0;
}
</style>