Shades of Cotton Seed #C2BBAA
Tints of Cotton Seed #C2BBAA
RGB
CMYK
RGB Variations
Color information
#C2BBAA (or 0xC2BBAA) is known color: Cotton Seed. HEX triplet: C2, BB and AA. RGB value is (194,187,170). Sum of RGB (Red+Green+Blue) = 194+187+170=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBAA is #3D4455. Grayscale: #BBBBBB. Windows color (decimal): -4015190 or 11189186. OLE color: 11189186.
HSL color Cylindrical-coordinate representation of color #C2BBAA: hue angle of 42.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BBAA is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 170 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.24 |
| HSL | 42.5º | 0.16% | 0.71% | - |
| HSV(B) | 42.5º | 0.12% | 0.76% | - |
| XYZ | 47.27 | 49.91 | 45.17 | - |
| YUV | 187.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 170 | 0 | 0.04 | 0.12 | 0.24 | 42.5 | 0.16 | 0.71 |
| Hex | C2 | BB | AA | 0 | 4 | C | 18 | 2A | 10 | 47 |
| Octal | 302 | 273 | 252 | 0 | 4 | 14 | 30 | 52 | 20 | 107 |
| Binary | 11000010 | 10111011 | 10101010 | 0 | 100 | 1100 | 11000 | 101010 | 10000 | 1000111 |
Color Harmonies of #C2BBAA
Complementary color
Monochromatic Colors of #C2BBAA
Black with #C2BBAA
Text Example
Text Example
White with #C2BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBAA; }
p { color: rgb(194,187,170); }
H1.HeaderClassName
{
color: #C2BBAA;
}
.AnyTagClassName
{
color: #C2BBAA;
}
</style>
background-color css
<style>
a { background-color: #C2BBAA; }
a { background-color: rgb(194,187,170); }
div.DivClassName
{
background-color: #C2BBAA;
}
.BgClassName
{
background-color: #C2BBAA;
}
</style>
border-color css
<style>
span { border-color: #C2BBAA; }
span { border-color: rgb(194,187,170); }
td.TdClassName
{
border-color: #C2BBAA;
}
.TagClassName
{
border-color: #C2BBAA;
}
</style>