Shades of Cotton Seed #C0BBAD
Tints of Cotton Seed #C0BBAD
RGB
CMYK
RGB Variations
Color information
#C0BBAD (or 0xC0BBAD) is known color: Cotton Seed. HEX triplet: C0, BB and AD. RGB value is (192,187,173). Sum of RGB (Red+Green+Blue) = 192+187+173=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBAD is #3F4452. Grayscale: #BABABA. Windows color (decimal): -4146259 or 11385792. OLE color: 11385792.
HSL color Cylindrical-coordinate representation of color #C0BBAD: hue angle of 44.21º 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 #C0BBAD is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 173 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.25 |
| HSL | 44.21º | 0.13% | 0.72% | - |
| HSV(B) | 44.21º | 0.1% | 0.75% | - |
| XYZ | 47.05 | 49.76 | 46.66 | - |
| YUV | 186.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 173 | 0 | 0.03 | 0.10 | 0.25 | 44.21 | 0.13 | 0.72 |
| Hex | C0 | BB | AD | 0 | 3 | A | 19 | 2C | D | 48 |
| Octal | 300 | 273 | 255 | 0 | 3 | 12 | 31 | 54 | 15 | 110 |
| Binary | 11000000 | 10111011 | 10101101 | 0 | 11 | 1010 | 11001 | 101100 | 1101 | 1001000 |
Color Harmonies of #C0BBAD
Complementary color
Monochromatic Colors of #C0BBAD
Black with #C0BBAD
Text Example
Text Example
White with #C0BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBAD; }
p { color: rgb(192,187,173); }
H1.HeaderClassName
{
color: #C0BBAD;
}
.AnyTagClassName
{
color: #C0BBAD;
}
</style>
background-color css
<style>
a { background-color: #C0BBAD; }
a { background-color: rgb(192,187,173); }
div.DivClassName
{
background-color: #C0BBAD;
}
.BgClassName
{
background-color: #C0BBAD;
}
</style>
border-color css
<style>
span { border-color: #C0BBAD; }
span { border-color: rgb(192,187,173); }
td.TdClassName
{
border-color: #C0BBAD;
}
.TagClassName
{
border-color: #C0BBAD;
}
</style>