Shades of Cotton Seed #C0B9AC
Tints of Cotton Seed #C0B9AC
RGB
CMYK
RGB Variations
Color information
#C0B9AC (or 0xC0B9AC) is known color: Cotton Seed. HEX triplet: C0, B9 and AC. RGB value is (192,185,172). Sum of RGB (Red+Green+Blue) = 192+185+172=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B9AC is #3F4653. Grayscale: #B9B9B9. Windows color (decimal): -4146772 or 11319744. OLE color: 11319744.
HSL color Cylindrical-coordinate representation of color #C0B9AC: hue angle of 39º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0B9AC is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 185 | 172 | - |
CMYK | 0 | 0.04 | 0.10 | 0.25 |
HSL | 39º | 0.14% | 0.71% | - |
HSV(B) | 39º | 0.1% | 0.75% | - |
XYZ | 46.53 | 48.88 | 46.01 | - |
YUV | 185.61 | 120.32 | 132.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 185 | 172 | 0 | 0.04 | 0.10 | 0.25 | 39 | 0.14 | 0.71 |
Hex | C0 | B9 | AC | 0 | 4 | A | 19 | 27 | E | 47 |
Octal | 300 | 271 | 254 | 0 | 4 | 12 | 31 | 47 | 16 | 107 |
Binary | 11000000 | 10111001 | 10101100 | 0 | 100 | 1010 | 11001 | 100111 | 1110 | 1000111 |
Color Harmonies of #C0B9AC
Complementary color
Monochromatic Colors of #C0B9AC
Black with #C0B9AC
Text Example
Text Example
White with #C0B9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9AC; }
p { color: rgb(192,185,172); }
H1.HeaderClassName
{
color: #C0B9AC;
}
.AnyTagClassName
{
color: #C0B9AC;
}
</style>
background-color css
<style>
a { background-color: #C0B9AC; }
a { background-color: rgb(192,185,172); }
div.DivClassName
{
background-color: #C0B9AC;
}
.BgClassName
{
background-color: #C0B9AC;
}
</style>
border-color css
<style>
span { border-color: #C0B9AC; }
span { border-color: rgb(192,185,172); }
td.TdClassName
{
border-color: #C0B9AC;
}
.TagClassName
{
border-color: #C0B9AC;
}
</style>