Shades of Tide #C5B3A6
Tints of Tide #C5B3A6
RGB
CMYK
RGB Variations
Color information
#C5B3A6 (or 0xC5B3A6) is known color: Tide. HEX triplet: C5, B3 and A6. RGB value is (197,179,166). Sum of RGB (Red+Green+Blue) = 197+179+166=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B3A6 is #3A4C59. Grayscale: #B6B6B6. Windows color (decimal): -3820634 or 10924997. OLE color: 10924997.
HSL color Cylindrical-coordinate representation of color #C5B3A6: hue angle of 25.16º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5B3A6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 166 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.23 |
| HSL | 25.16º | 0.21% | 0.71% | - |
| HSV(B) | 25.16º | 0.16% | 0.77% | - |
| XYZ | 46.03 | 46.86 | 42.7 | - |
| YUV | 182.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 166 | 0 | 0.09 | 0.16 | 0.23 | 25.16 | 0.21 | 0.71 |
| Hex | C5 | B3 | A6 | 0 | 9 | 10 | 17 | 19 | 15 | 47 |
| Octal | 305 | 263 | 246 | 0 | 11 | 20 | 27 | 31 | 25 | 107 |
| Binary | 11000101 | 10110011 | 10100110 | 0 | 1001 | 10000 | 10111 | 11001 | 10101 | 1000111 |
Color Harmonies of #C5B3A6
Complementary color
Monochromatic Colors of #C5B3A6
Black with #C5B3A6
Text Example
Text Example
White with #C5B3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B3A6; }
p { color: rgb(197,179,166); }
H1.HeaderClassName
{
color: #C5B3A6;
}
.AnyTagClassName
{
color: #C5B3A6;
}
</style>
background-color css
<style>
a { background-color: #C5B3A6; }
a { background-color: rgb(197,179,166); }
div.DivClassName
{
background-color: #C5B3A6;
}
.BgClassName
{
background-color: #C5B3A6;
}
</style>
border-color css
<style>
span { border-color: #C5B3A6; }
span { border-color: rgb(197,179,166); }
td.TdClassName
{
border-color: #C5B3A6;
}
.TagClassName
{
border-color: #C5B3A6;
}
</style>