Shades of Tide #C3B6A7
Tints of Tide #C3B6A7
RGB
CMYK
RGB Variations
Color information
#C3B6A7 (or 0xC3B6A7) is known color: Tide. HEX triplet: C3, B6 and A7. RGB value is (195,182,167). Sum of RGB (Red+Green+Blue) = 195+182+167=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B6A7 is #3C4958. Grayscale: #B8B8B8. Windows color (decimal): -3950937 or 10991299. OLE color: 10991299.
HSL color Cylindrical-coordinate representation of color #C3B6A7: hue angle of 32.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3B6A7 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 167 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.24 |
| HSL | 32.14º | 0.19% | 0.71% | - |
| HSV(B) | 32.14º | 0.14% | 0.76% | - |
| XYZ | 46.21 | 47.85 | 43.36 | - |
| YUV | 184.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 167 | 0 | 0.07 | 0.14 | 0.24 | 32.14 | 0.19 | 0.71 |
| Hex | C3 | B6 | A7 | 0 | 7 | E | 18 | 20 | 13 | 47 |
| Octal | 303 | 266 | 247 | 0 | 7 | 16 | 30 | 40 | 23 | 107 |
| Binary | 11000011 | 10110110 | 10100111 | 0 | 111 | 1110 | 11000 | 100000 | 10011 | 1000111 |
Color Harmonies of #C3B6A7
Complementary color
Monochromatic Colors of #C3B6A7
Black with #C3B6A7
Text Example
Text Example
White with #C3B6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B6A7; }
p { color: rgb(195,182,167); }
H1.HeaderClassName
{
color: #C3B6A7;
}
.AnyTagClassName
{
color: #C3B6A7;
}
</style>
background-color css
<style>
a { background-color: #C3B6A7; }
a { background-color: rgb(195,182,167); }
div.DivClassName
{
background-color: #C3B6A7;
}
.BgClassName
{
background-color: #C3B6A7;
}
</style>
border-color css
<style>
span { border-color: #C3B6A7; }
span { border-color: rgb(195,182,167); }
td.TdClassName
{
border-color: #C3B6A7;
}
.TagClassName
{
border-color: #C3B6A7;
}
</style>