Shades of Cotton Seed #C1B9AA
Tints of Cotton Seed #C1B9AA
RGB
CMYK
RGB Variations
Color information
#C1B9AA (or 0xC1B9AA) is known color: Cotton Seed. HEX triplet: C1, B9 and AA. RGB value is (193,185,170). Sum of RGB (Red+Green+Blue) = 193+185+170=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B9AA is #3E4655. Grayscale: #B9B9B9. Windows color (decimal): -4081238 or 11188673. OLE color: 11188673.
HSL color Cylindrical-coordinate representation of color #C1B9AA: hue angle of 39.13º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1B9AA is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 170 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.24 |
| HSL | 39.13º | 0.16% | 0.71% | - |
| HSV(B) | 39.13º | 0.12% | 0.76% | - |
| XYZ | 46.6 | 48.94 | 45.02 | - |
| YUV | 185.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 170 | 0 | 0.04 | 0.12 | 0.24 | 39.13 | 0.16 | 0.71 |
| Hex | C1 | B9 | AA | 0 | 4 | C | 18 | 27 | 10 | 47 |
| Octal | 301 | 271 | 252 | 0 | 4 | 14 | 30 | 47 | 20 | 107 |
| Binary | 11000001 | 10111001 | 10101010 | 0 | 100 | 1100 | 11000 | 100111 | 10000 | 1000111 |
Color Harmonies of #C1B9AA
Complementary color
Monochromatic Colors of #C1B9AA
Black with #C1B9AA
Text Example
Text Example
White with #C1B9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B9AA; }
p { color: rgb(193,185,170); }
H1.HeaderClassName
{
color: #C1B9AA;
}
.AnyTagClassName
{
color: #C1B9AA;
}
</style>
background-color css
<style>
a { background-color: #C1B9AA; }
a { background-color: rgb(193,185,170); }
div.DivClassName
{
background-color: #C1B9AA;
}
.BgClassName
{
background-color: #C1B9AA;
}
</style>
border-color css
<style>
span { border-color: #C1B9AA; }
span { border-color: rgb(193,185,170); }
td.TdClassName
{
border-color: #C1B9AA;
}
.TagClassName
{
border-color: #C1B9AA;
}
</style>