Shades of Tide #C5B8AB
Tints of Tide #C5B8AB
RGB
CMYK
RGB Variations
Color information
#C5B8AB (or 0xC5B8AB) is known color: Tide. HEX triplet: C5, B8 and AB. RGB value is (197,184,171). Sum of RGB (Red+Green+Blue) = 197+184+171=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B8AB is #3A4754. Grayscale: #BABABA. Windows color (decimal): -3819349 or 11253957. OLE color: 11253957.
HSL color Cylindrical-coordinate representation of color #C5B8AB: hue angle of 30º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5B8AB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 171 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.23 |
| HSL | 30º | 0.18% | 0.72% | - |
| HSV(B) | 30º | 0.13% | 0.77% | - |
| XYZ | 47.52 | 49.09 | 45.5 | - |
| YUV | 186.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 171 | 0 | 0.07 | 0.13 | 0.23 | 30 | 0.18 | 0.72 |
| Hex | C5 | B8 | AB | 0 | 7 | D | 17 | 1E | 12 | 48 |
| Octal | 305 | 270 | 253 | 0 | 7 | 15 | 27 | 36 | 22 | 110 |
| Binary | 11000101 | 10111000 | 10101011 | 0 | 111 | 1101 | 10111 | 11110 | 10010 | 1001000 |
Color Harmonies of #C5B8AB
Complementary color
Monochromatic Colors of #C5B8AB
Black with #C5B8AB
Text Example
Text Example
White with #C5B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8AB; }
p { color: rgb(197,184,171); }
H1.HeaderClassName
{
color: #C5B8AB;
}
.AnyTagClassName
{
color: #C5B8AB;
}
</style>
background-color css
<style>
a { background-color: #C5B8AB; }
a { background-color: rgb(197,184,171); }
div.DivClassName
{
background-color: #C5B8AB;
}
.BgClassName
{
background-color: #C5B8AB;
}
</style>
border-color css
<style>
span { border-color: #C5B8AB; }
span { border-color: rgb(197,184,171); }
td.TdClassName
{
border-color: #C5B8AB;
}
.TagClassName
{
border-color: #C5B8AB;
}
</style>