Shades of Tide #C4BAB2
Tints of Tide #C4BAB2
RGB
CMYK
RGB Variations
Color information
#C4BAB2 (or 0xC4BAB2) is known color: Tide. HEX triplet: C4, BA and B2. RGB value is (196,186,178). Sum of RGB (Red+Green+Blue) = 196+186+178=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAB2 is #3B454D. Grayscale: #BCBCBC. Windows color (decimal): -3884366 or 11713220. OLE color: 11713220.
HSL color Cylindrical-coordinate representation of color #C4BAB2: hue angle of 26.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BAB2 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 178 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.23 |
| HSL | 26.67º | 0.13% | 0.73% | - |
| HSV(B) | 26.67º | 0.09% | 0.77% | - |
| XYZ | 48.36 | 50.07 | 49.23 | - |
| YUV | 188.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 178 | 0 | 0.05 | 0.09 | 0.23 | 26.67 | 0.13 | 0.73 |
| Hex | C4 | BA | B2 | 0 | 5 | 9 | 17 | 1B | D | 49 |
| Octal | 304 | 272 | 262 | 0 | 5 | 11 | 27 | 33 | 15 | 111 |
| Binary | 11000100 | 10111010 | 10110010 | 0 | 101 | 1001 | 10111 | 11011 | 1101 | 1001001 |
Color Harmonies of #C4BAB2
Complementary color
Monochromatic Colors of #C4BAB2
Black with #C4BAB2
Text Example
Text Example
White with #C4BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAB2; }
p { color: rgb(196,186,178); }
H1.HeaderClassName
{
color: #C4BAB2;
}
.AnyTagClassName
{
color: #C4BAB2;
}
</style>
background-color css
<style>
a { background-color: #C4BAB2; }
a { background-color: rgb(196,186,178); }
div.DivClassName
{
background-color: #C4BAB2;
}
.BgClassName
{
background-color: #C4BAB2;
}
</style>
border-color css
<style>
span { border-color: #C4BAB2; }
span { border-color: rgb(196,186,178); }
td.TdClassName
{
border-color: #C4BAB2;
}
.TagClassName
{
border-color: #C4BAB2;
}
</style>