Shades of Cotton Seed #C4BCAB
Tints of Cotton Seed #C4BCAB
RGB
CMYK
RGB Variations
Color information
#C4BCAB (or 0xC4BCAB) is known color: Cotton Seed. HEX triplet: C4, BC and AB. RGB value is (196,188,171). Sum of RGB (Red+Green+Blue) = 196+188+171=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCAB is #3B4354. Grayscale: #BCBCBC. Windows color (decimal): -3883861 or 11254980. OLE color: 11254980.
HSL color Cylindrical-coordinate representation of color #C4BCAB: hue angle of 40.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BCAB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 171 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.23 |
| HSL | 40.8º | 0.17% | 0.72% | - |
| HSV(B) | 40.8º | 0.13% | 0.77% | - |
| XYZ | 48.1 | 50.64 | 45.77 | - |
| YUV | 188.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 171 | 0 | 0.04 | 0.13 | 0.23 | 40.8 | 0.17 | 0.72 |
| Hex | C4 | BC | AB | 0 | 4 | D | 17 | 29 | 11 | 48 |
| Octal | 304 | 274 | 253 | 0 | 4 | 15 | 27 | 51 | 21 | 110 |
| Binary | 11000100 | 10111100 | 10101011 | 0 | 100 | 1101 | 10111 | 101001 | 10001 | 1001000 |
Color Harmonies of #C4BCAB
Complementary color
Monochromatic Colors of #C4BCAB
Black with #C4BCAB
Text Example
Text Example
White with #C4BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCAB; }
p { color: rgb(196,188,171); }
H1.HeaderClassName
{
color: #C4BCAB;
}
.AnyTagClassName
{
color: #C4BCAB;
}
</style>
background-color css
<style>
a { background-color: #C4BCAB; }
a { background-color: rgb(196,188,171); }
div.DivClassName
{
background-color: #C4BCAB;
}
.BgClassName
{
background-color: #C4BCAB;
}
</style>
border-color css
<style>
span { border-color: #C4BCAB; }
span { border-color: rgb(196,188,171); }
td.TdClassName
{
border-color: #C4BCAB;
}
.TagClassName
{
border-color: #C4BCAB;
}
</style>