Shades of Tide #C3BAB0
Tints of Tide #C3BAB0
RGB
CMYK
RGB Variations
Color information
#C3BAB0 (or 0xC3BAB0) is known color: Tide. HEX triplet: C3, BA and B0. RGB value is (195,186,176). Sum of RGB (Red+Green+Blue) = 195+186+176=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BAB0 is #3C454F. Grayscale: #BBBBBB. Windows color (decimal): -3949904 or 11582147. OLE color: 11582147.
HSL color Cylindrical-coordinate representation of color #C3BAB0: hue angle of 31.58º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BAB0 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 176 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.24 |
| HSL | 31.58º | 0.14% | 0.73% | - |
| HSV(B) | 31.58º | 0.1% | 0.76% | - |
| XYZ | 47.9 | 49.85 | 48.17 | - |
| YUV | 187.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 176 | 0 | 0.05 | 0.10 | 0.24 | 31.58 | 0.14 | 0.73 |
| Hex | C3 | BA | B0 | 0 | 5 | A | 18 | 20 | E | 49 |
| Octal | 303 | 272 | 260 | 0 | 5 | 12 | 30 | 40 | 16 | 111 |
| Binary | 11000011 | 10111010 | 10110000 | 0 | 101 | 1010 | 11000 | 100000 | 1110 | 1001001 |
Color Harmonies of #C3BAB0
Complementary color
Monochromatic Colors of #C3BAB0
Black with #C3BAB0
Text Example
Text Example
White with #C3BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAB0; }
p { color: rgb(195,186,176); }
H1.HeaderClassName
{
color: #C3BAB0;
}
.AnyTagClassName
{
color: #C3BAB0;
}
</style>
background-color css
<style>
a { background-color: #C3BAB0; }
a { background-color: rgb(195,186,176); }
div.DivClassName
{
background-color: #C3BAB0;
}
.BgClassName
{
background-color: #C3BAB0;
}
</style>
border-color css
<style>
span { border-color: #C3BAB0; }
span { border-color: rgb(195,186,176); }
td.TdClassName
{
border-color: #C3BAB0;
}
.TagClassName
{
border-color: #C3BAB0;
}
</style>