Shades of Cotton Seed #C0B9AD
Tints of Cotton Seed #C0B9AD
RGB
CMYK
RGB Variations
Color information
#C0B9AD (or 0xC0B9AD) is known color: Cotton Seed. HEX triplet: C0, B9 and AD. RGB value is (192,185,173). Sum of RGB (Red+Green+Blue) = 192+185+173=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B9AD is #3F4652. Grayscale: #B9B9B9. Windows color (decimal): -4146771 or 11385280. OLE color: 11385280.
HSL color Cylindrical-coordinate representation of color #C0B9AD: hue angle of 37.89º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0B9AD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 173 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.25 |
| HSL | 37.89º | 0.13% | 0.72% | - |
| HSV(B) | 37.89º | 0.1% | 0.75% | - |
| XYZ | 46.63 | 48.92 | 46.52 | - |
| YUV | 185.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 173 | 0 | 0.04 | 0.10 | 0.25 | 37.89 | 0.13 | 0.72 |
| Hex | C0 | B9 | AD | 0 | 4 | A | 19 | 26 | D | 48 |
| Octal | 300 | 271 | 255 | 0 | 4 | 12 | 31 | 46 | 15 | 110 |
| Binary | 11000000 | 10111001 | 10101101 | 0 | 100 | 1010 | 11001 | 100110 | 1101 | 1001000 |
Color Harmonies of #C0B9AD
Complementary color
Monochromatic Colors of #C0B9AD
Black with #C0B9AD
Text Example
Text Example
White with #C0B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9AD; }
p { color: rgb(192,185,173); }
H1.HeaderClassName
{
color: #C0B9AD;
}
.AnyTagClassName
{
color: #C0B9AD;
}
</style>
background-color css
<style>
a { background-color: #C0B9AD; }
a { background-color: rgb(192,185,173); }
div.DivClassName
{
background-color: #C0B9AD;
}
.BgClassName
{
background-color: #C0B9AD;
}
</style>
border-color css
<style>
span { border-color: #C0B9AD; }
span { border-color: rgb(192,185,173); }
td.TdClassName
{
border-color: #C0B9AD;
}
.TagClassName
{
border-color: #C0B9AD;
}
</style>