Shades of Cotton Seed #C0BBAE
Tints of Cotton Seed #C0BBAE
RGB
CMYK
RGB Variations
Color information
#C0BBAE (or 0xC0BBAE) is known color: Cotton Seed. HEX triplet: C0, BB and AE. RGB value is (192,187,174). Sum of RGB (Red+Green+Blue) = 192+187+174=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBAE is #3F4451. Grayscale: #BBBBBB. Windows color (decimal): -4146258 or 11451328. OLE color: 11451328.
HSL color Cylindrical-coordinate representation of color #C0BBAE: hue angle of 43.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BBAE is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 174 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.25 |
| HSL | 43.33º | 0.13% | 0.72% | - |
| HSV(B) | 43.33º | 0.09% | 0.75% | - |
| XYZ | 47.15 | 49.8 | 47.17 | - |
| YUV | 187.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 174 | 0 | 0.03 | 0.09 | 0.25 | 43.33 | 0.13 | 0.72 |
| Hex | C0 | BB | AE | 0 | 3 | 9 | 19 | 2B | C | 48 |
| Octal | 300 | 273 | 256 | 0 | 3 | 11 | 31 | 53 | 14 | 110 |
| Binary | 11000000 | 10111011 | 10101110 | 0 | 11 | 1001 | 11001 | 101011 | 1100 | 1001000 |
Color Harmonies of #C0BBAE
Complementary color
Monochromatic Colors of #C0BBAE
Black with #C0BBAE
Text Example
Text Example
White with #C0BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBAE; }
p { color: rgb(192,187,174); }
H1.HeaderClassName
{
color: #C0BBAE;
}
.AnyTagClassName
{
color: #C0BBAE;
}
</style>
background-color css
<style>
a { background-color: #C0BBAE; }
a { background-color: rgb(192,187,174); }
div.DivClassName
{
background-color: #C0BBAE;
}
.BgClassName
{
background-color: #C0BBAE;
}
</style>
border-color css
<style>
span { border-color: #C0BBAE; }
span { border-color: rgb(192,187,174); }
td.TdClassName
{
border-color: #C0BBAE;
}
.TagClassName
{
border-color: #C0BBAE;
}
</style>