Shades of Tide #C4B5AB
Tints of Tide #C4B5AB
RGB
CMYK
RGB Variations
Color information
#C4B5AB (or 0xC4B5AB) is known color: Tide. HEX triplet: C4, B5 and AB. RGB value is (196,181,171). Sum of RGB (Red+Green+Blue) = 196+181+171=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B5AB is #3B4A54. Grayscale: #B8B8B8. Windows color (decimal): -3885653 or 11253188. OLE color: 11253188.
HSL color Cylindrical-coordinate representation of color #C4B5AB: hue angle of 24º degrees, saturation: 0.17, 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 #C4B5AB is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 171 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.23 |
| HSL | 24º | 0.17% | 0.72% | - |
| HSV(B) | 24º | 0.13% | 0.77% | - |
| XYZ | 46.64 | 47.72 | 45.28 | - |
| YUV | 184.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 171 | 0 | 0.08 | 0.13 | 0.23 | 24 | 0.17 | 0.72 |
| Hex | C4 | B5 | AB | 0 | 8 | D | 17 | 18 | 11 | 48 |
| Octal | 304 | 265 | 253 | 0 | 10 | 15 | 27 | 30 | 21 | 110 |
| Binary | 11000100 | 10110101 | 10101011 | 0 | 1000 | 1101 | 10111 | 11000 | 10001 | 1001000 |
Color Harmonies of #C4B5AB
Complementary color
Monochromatic Colors of #C4B5AB
Black with #C4B5AB
Text Example
Text Example
White with #C4B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B5AB; }
p { color: rgb(196,181,171); }
H1.HeaderClassName
{
color: #C4B5AB;
}
.AnyTagClassName
{
color: #C4B5AB;
}
</style>
background-color css
<style>
a { background-color: #C4B5AB; }
a { background-color: rgb(196,181,171); }
div.DivClassName
{
background-color: #C4B5AB;
}
.BgClassName
{
background-color: #C4B5AB;
}
</style>
border-color css
<style>
span { border-color: #C4B5AB; }
span { border-color: rgb(196,181,171); }
td.TdClassName
{
border-color: #C4B5AB;
}
.TagClassName
{
border-color: #C4B5AB;
}
</style>