Shades of Cotton Seed #C0B8AB
Tints of Cotton Seed #C0B8AB
RGB
CMYK
RGB Variations
Color information
#C0B8AB (or 0xC0B8AB) is known color: Cotton Seed. HEX triplet: C0, B8 and AB. RGB value is (192,184,171). Sum of RGB (Red+Green+Blue) = 192+184+171=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B8AB is #3F4754. Grayscale: #B8B8B8. Windows color (decimal): -4147029 or 11253952. OLE color: 11253952.
HSL color Cylindrical-coordinate representation of color #C0B8AB: hue angle of 37.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0B8AB is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 171 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.25 |
| HSL | 37.14º | 0.14% | 0.71% | - |
| HSV(B) | 37.14º | 0.11% | 0.75% | - |
| XYZ | 46.23 | 48.43 | 45.44 | - |
| YUV | 184.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 171 | 0 | 0.04 | 0.11 | 0.25 | 37.14 | 0.14 | 0.71 |
| Hex | C0 | B8 | AB | 0 | 4 | B | 19 | 25 | E | 47 |
| Octal | 300 | 270 | 253 | 0 | 4 | 13 | 31 | 45 | 16 | 107 |
| Binary | 11000000 | 10111000 | 10101011 | 0 | 100 | 1011 | 11001 | 100101 | 1110 | 1000111 |
Color Harmonies of #C0B8AB
Complementary color
Monochromatic Colors of #C0B8AB
Black with #C0B8AB
Text Example
Text Example
White with #C0B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8AB; }
p { color: rgb(192,184,171); }
H1.HeaderClassName
{
color: #C0B8AB;
}
.AnyTagClassName
{
color: #C0B8AB;
}
</style>
background-color css
<style>
a { background-color: #C0B8AB; }
a { background-color: rgb(192,184,171); }
div.DivClassName
{
background-color: #C0B8AB;
}
.BgClassName
{
background-color: #C0B8AB;
}
</style>
border-color css
<style>
span { border-color: #C0B8AB; }
span { border-color: rgb(192,184,171); }
td.TdClassName
{
border-color: #C0B8AB;
}
.TagClassName
{
border-color: #C0B8AB;
}
</style>