Shades of Cotton Seed #C2BCAB
Tints of Cotton Seed #C2BCAB
RGB
CMYK
RGB Variations
Color information
#C2BCAB (or 0xC2BCAB) is known color: Cotton Seed. HEX triplet: C2, BC and AB. RGB value is (194,188,171). Sum of RGB (Red+Green+Blue) = 194+188+171=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCAB is #3D4354. Grayscale: #BBBBBB. Windows color (decimal): -4014933 or 11254978. OLE color: 11254978.
HSL color Cylindrical-coordinate representation of color #C2BCAB: hue angle of 44.35º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BCAB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 171 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.24 |
| HSL | 44.35º | 0.16% | 0.72% | - |
| HSV(B) | 44.35º | 0.12% | 0.76% | - |
| XYZ | 47.58 | 50.38 | 45.74 | - |
| YUV | 187.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 171 | 0 | 0.03 | 0.12 | 0.24 | 44.35 | 0.16 | 0.72 |
| Hex | C2 | BC | AB | 0 | 3 | C | 18 | 2C | 10 | 48 |
| Octal | 302 | 274 | 253 | 0 | 3 | 14 | 30 | 54 | 20 | 110 |
| Binary | 11000010 | 10111100 | 10101011 | 0 | 11 | 1100 | 11000 | 101100 | 10000 | 1001000 |
Color Harmonies of #C2BCAB
Complementary color
Monochromatic Colors of #C2BCAB
Black with #C2BCAB
Text Example
Text Example
White with #C2BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCAB; }
p { color: rgb(194,188,171); }
H1.HeaderClassName
{
color: #C2BCAB;
}
.AnyTagClassName
{
color: #C2BCAB;
}
</style>
background-color css
<style>
a { background-color: #C2BCAB; }
a { background-color: rgb(194,188,171); }
div.DivClassName
{
background-color: #C2BCAB;
}
.BgClassName
{
background-color: #C2BCAB;
}
</style>
border-color css
<style>
span { border-color: #C2BCAB; }
span { border-color: rgb(194,188,171); }
td.TdClassName
{
border-color: #C2BCAB;
}
.TagClassName
{
border-color: #C2BCAB;
}
</style>