Shades of Cotton Seed #C0BAAA
Tints of Cotton Seed #C0BAAA
RGB
CMYK
RGB Variations
Color information
#C0BAAA (or 0xC0BAAA) is known color: Cotton Seed. HEX triplet: C0, BA and AA. RGB value is (192,186,170). Sum of RGB (Red+Green+Blue) = 192+186+170=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BAAA is #3F4555. Grayscale: #BABABA. Windows color (decimal): -4146518 or 11188928. OLE color: 11188928.
HSL color Cylindrical-coordinate representation of color #C0BAAA: hue angle of 43.64º degrees, saturation: 0.15, 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 #C0BAAA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 186 | 170 | - |
CMYK | 0 | 0.03 | 0.11 | 0.25 |
HSL | 43.64º | 0.15% | 0.71% | - |
HSV(B) | 43.64º | 0.11% | 0.75% | - |
XYZ | 46.55 | 49.23 | 45.08 | - |
YUV | 185.97 | 118.99 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 186 | 170 | 0 | 0.03 | 0.11 | 0.25 | 43.64 | 0.15 | 0.71 |
Hex | C0 | BA | AA | 0 | 3 | B | 19 | 2C | F | 47 |
Octal | 300 | 272 | 252 | 0 | 3 | 13 | 31 | 54 | 17 | 107 |
Binary | 11000000 | 10111010 | 10101010 | 0 | 11 | 1011 | 11001 | 101100 | 1111 | 1000111 |
Color Harmonies of #C0BAAA
Complementary color
Monochromatic Colors of #C0BAAA
Black with #C0BAAA
Text Example
Text Example
White with #C0BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAAA; }
p { color: rgb(192,186,170); }
H1.HeaderClassName
{
color: #C0BAAA;
}
.AnyTagClassName
{
color: #C0BAAA;
}
</style>
background-color css
<style>
a { background-color: #C0BAAA; }
a { background-color: rgb(192,186,170); }
div.DivClassName
{
background-color: #C0BAAA;
}
.BgClassName
{
background-color: #C0BAAA;
}
</style>
border-color css
<style>
span { border-color: #C0BAAA; }
span { border-color: rgb(192,186,170); }
td.TdClassName
{
border-color: #C0BAAA;
}
.TagClassName
{
border-color: #C0BAAA;
}
</style>