Shades of Tide #C7B3A6
Tints of Tide #C7B3A6
RGB
CMYK
RGB Variations
Color information
#C7B3A6 (or 0xC7B3A6) is known color: Tide. HEX triplet: C7, B3 and A6. RGB value is (199,179,166). Sum of RGB (Red+Green+Blue) = 199+179+166=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B3A6 is #384C59. Grayscale: #B7B7B7. Windows color (decimal): -3689562 or 10924999. OLE color: 10924999.
HSL color Cylindrical-coordinate representation of color #C7B3A6: hue angle of 23.64º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7B3A6 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 166 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.22 |
| HSL | 23.64º | 0.23% | 0.72% | - |
| HSV(B) | 23.64º | 0.17% | 0.78% | - |
| XYZ | 46.56 | 47.14 | 42.72 | - |
| YUV | 183.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 166 | 0 | 0.10 | 0.17 | 0.22 | 23.64 | 0.23 | 0.72 |
| Hex | C7 | B3 | A6 | 0 | A | 11 | 16 | 18 | 17 | 48 |
| Octal | 307 | 263 | 246 | 0 | 12 | 21 | 26 | 30 | 27 | 110 |
| Binary | 11000111 | 10110011 | 10100110 | 0 | 1010 | 10001 | 10110 | 11000 | 10111 | 1001000 |
Color Harmonies of #C7B3A6
Complementary color
Monochromatic Colors of #C7B3A6
Black with #C7B3A6
Text Example
Text Example
White with #C7B3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B3A6; }
p { color: rgb(199,179,166); }
H1.HeaderClassName
{
color: #C7B3A6;
}
.AnyTagClassName
{
color: #C7B3A6;
}
</style>
background-color css
<style>
a { background-color: #C7B3A6; }
a { background-color: rgb(199,179,166); }
div.DivClassName
{
background-color: #C7B3A6;
}
.BgClassName
{
background-color: #C7B3A6;
}
</style>
border-color css
<style>
span { border-color: #C7B3A6; }
span { border-color: rgb(199,179,166); }
td.TdClassName
{
border-color: #C7B3A6;
}
.TagClassName
{
border-color: #C7B3A6;
}
</style>