Shades of Tide #C4B3AA
Tints of Tide #C4B3AA
RGB
CMYK
RGB Variations
Color information
#C4B3AA (or 0xC4B3AA) is known color: Tide. HEX triplet: C4, B3 and AA. RGB value is (196,179,170). Sum of RGB (Red+Green+Blue) = 196+179+170=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B3AA is #3B4C55. Grayscale: #B7B7B7. Windows color (decimal): -3886166 or 11187140. OLE color: 11187140.
HSL color Cylindrical-coordinate representation of color #C4B3AA: hue angle of 20.77º 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 #C4B3AA is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 170 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.23 |
| HSL | 20.77º | 0.18% | 0.72% | - |
| HSV(B) | 20.77º | 0.13% | 0.77% | - |
| XYZ | 46.14 | 46.88 | 44.65 | - |
| YUV | 183.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 170 | 0 | 0.09 | 0.13 | 0.23 | 20.77 | 0.18 | 0.72 |
| Hex | C4 | B3 | AA | 0 | 9 | D | 17 | 15 | 12 | 48 |
| Octal | 304 | 263 | 252 | 0 | 11 | 15 | 27 | 25 | 22 | 110 |
| Binary | 11000100 | 10110011 | 10101010 | 0 | 1001 | 1101 | 10111 | 10101 | 10010 | 1001000 |
Color Harmonies of #C4B3AA
Complementary color
Monochromatic Colors of #C4B3AA
Black with #C4B3AA
Text Example
Text Example
White with #C4B3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B3AA; }
p { color: rgb(196,179,170); }
H1.HeaderClassName
{
color: #C4B3AA;
}
.AnyTagClassName
{
color: #C4B3AA;
}
</style>
background-color css
<style>
a { background-color: #C4B3AA; }
a { background-color: rgb(196,179,170); }
div.DivClassName
{
background-color: #C4B3AA;
}
.BgClassName
{
background-color: #C4B3AA;
}
</style>
border-color css
<style>
span { border-color: #C4B3AA; }
span { border-color: rgb(196,179,170); }
td.TdClassName
{
border-color: #C4B3AA;
}
.TagClassName
{
border-color: #C4B3AA;
}
</style>