Shades of Cotton Seed #C5BDA9
Tints of Cotton Seed #C5BDA9
RGB
CMYK
RGB Variations
Color information
#C5BDA9 (or 0xC5BDA9) is known color: Cotton Seed. HEX triplet: C5, BD and A9. RGB value is (197,189,169). Sum of RGB (Red+Green+Blue) = 197+189+169=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDA9 is #3A4256. Grayscale: #BDBDBD. Windows color (decimal): -3818071 or 11124165. OLE color: 11124165.
HSL color Cylindrical-coordinate representation of color #C5BDA9: hue angle of 42.86º 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 #C5BDA9 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 169 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.23 |
| HSL | 42.86º | 0.19% | 0.72% | - |
| HSV(B) | 42.86º | 0.14% | 0.77% | - |
| XYZ | 48.38 | 51.13 | 44.86 | - |
| YUV | 189.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 169 | 0 | 0.04 | 0.14 | 0.23 | 42.86 | 0.19 | 0.72 |
| Hex | C5 | BD | A9 | 0 | 4 | E | 17 | 2B | 13 | 48 |
| Octal | 305 | 275 | 251 | 0 | 4 | 16 | 27 | 53 | 23 | 110 |
| Binary | 11000101 | 10111101 | 10101001 | 0 | 100 | 1110 | 10111 | 101011 | 10011 | 1001000 |
Color Harmonies of #C5BDA9
Complementary color
Monochromatic Colors of #C5BDA9
Black with #C5BDA9
Text Example
Text Example
White with #C5BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDA9; }
p { color: rgb(197,189,169); }
H1.HeaderClassName
{
color: #C5BDA9;
}
.AnyTagClassName
{
color: #C5BDA9;
}
</style>
background-color css
<style>
a { background-color: #C5BDA9; }
a { background-color: rgb(197,189,169); }
div.DivClassName
{
background-color: #C5BDA9;
}
.BgClassName
{
background-color: #C5BDA9;
}
</style>
border-color css
<style>
span { border-color: #C5BDA9; }
span { border-color: rgb(197,189,169); }
td.TdClassName
{
border-color: #C5BDA9;
}
.TagClassName
{
border-color: #C5BDA9;
}
</style>