Shades of Cotton Seed #C5BDAA
Tints of Cotton Seed #C5BDAA
RGB
CMYK
RGB Variations
Color information
#C5BDAA (or 0xC5BDAA) is known color: Cotton Seed. HEX triplet: C5, BD and AA. RGB value is (197,189,170). Sum of RGB (Red+Green+Blue) = 197+189+170=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDAA is #3A4255. Grayscale: #BDBDBD. Windows color (decimal): -3818070 or 11189701. OLE color: 11189701.
HSL color Cylindrical-coordinate representation of color #C5BDAA: hue angle of 42.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BDAA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 170 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.23 |
| HSL | 42.22º | 0.19% | 0.72% | - |
| HSV(B) | 42.22º | 0.14% | 0.77% | - |
| XYZ | 48.48 | 51.17 | 45.35 | - |
| YUV | 189.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 170 | 0 | 0.04 | 0.14 | 0.23 | 42.22 | 0.19 | 0.72 |
| Hex | C5 | BD | AA | 0 | 4 | E | 17 | 2A | 13 | 48 |
| Octal | 305 | 275 | 252 | 0 | 4 | 16 | 27 | 52 | 23 | 110 |
| Binary | 11000101 | 10111101 | 10101010 | 0 | 100 | 1110 | 10111 | 101010 | 10011 | 1001000 |
Color Harmonies of #C5BDAA
Complementary color
Monochromatic Colors of #C5BDAA
Black with #C5BDAA
Text Example
Text Example
White with #C5BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDAA; }
p { color: rgb(197,189,170); }
H1.HeaderClassName
{
color: #C5BDAA;
}
.AnyTagClassName
{
color: #C5BDAA;
}
</style>
background-color css
<style>
a { background-color: #C5BDAA; }
a { background-color: rgb(197,189,170); }
div.DivClassName
{
background-color: #C5BDAA;
}
.BgClassName
{
background-color: #C5BDAA;
}
</style>
border-color css
<style>
span { border-color: #C5BDAA; }
span { border-color: rgb(197,189,170); }
td.TdClassName
{
border-color: #C5BDAA;
}
.TagClassName
{
border-color: #C5BDAA;
}
</style>