Shades of Tide #C5B8AD
Tints of Tide #C5B8AD
RGB
CMYK
RGB Variations
Color information
#C5B8AD (or 0xC5B8AD) is known color: Tide. HEX triplet: C5, B8 and AD. RGB value is (197,184,173). Sum of RGB (Red+Green+Blue) = 197+184+173=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B8AD is #3A4752. Grayscale: #BABABA. Windows color (decimal): -3819347 or 11385029. OLE color: 11385029.
HSL color Cylindrical-coordinate representation of color #C5B8AD: hue angle of 27.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5B8AD is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 173 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.23 |
| HSL | 27.5º | 0.17% | 0.73% | - |
| HSV(B) | 27.5º | 0.12% | 0.77% | - |
| XYZ | 47.71 | 49.17 | 46.51 | - |
| YUV | 186.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 173 | 0 | 0.07 | 0.12 | 0.23 | 27.5 | 0.17 | 0.73 |
| Hex | C5 | B8 | AD | 0 | 7 | C | 17 | 1C | 11 | 49 |
| Octal | 305 | 270 | 255 | 0 | 7 | 14 | 27 | 34 | 21 | 111 |
| Binary | 11000101 | 10111000 | 10101101 | 0 | 111 | 1100 | 10111 | 11100 | 10001 | 1001001 |
Color Harmonies of #C5B8AD
Complementary color
Monochromatic Colors of #C5B8AD
Black with #C5B8AD
Text Example
Text Example
White with #C5B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8AD; }
p { color: rgb(197,184,173); }
H1.HeaderClassName
{
color: #C5B8AD;
}
.AnyTagClassName
{
color: #C5B8AD;
}
</style>
background-color css
<style>
a { background-color: #C5B8AD; }
a { background-color: rgb(197,184,173); }
div.DivClassName
{
background-color: #C5B8AD;
}
.BgClassName
{
background-color: #C5B8AD;
}
</style>
border-color css
<style>
span { border-color: #C5B8AD; }
span { border-color: rgb(197,184,173); }
td.TdClassName
{
border-color: #C5B8AD;
}
.TagClassName
{
border-color: #C5B8AD;
}
</style>