Shades of Cotton Seed #C1BCAE
Tints of Cotton Seed #C1BCAE
RGB
CMYK
RGB Variations
Color information
#C1BCAE (or 0xC1BCAE) is known color: Cotton Seed. HEX triplet: C1, BC and AE. RGB value is (193,188,174). Sum of RGB (Red+Green+Blue) = 193+188+174=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BCAE is #3E4351. Grayscale: #BBBBBB. Windows color (decimal): -4080466 or 11451585. OLE color: 11451585.
HSL color Cylindrical-coordinate representation of color #C1BCAE: hue angle of 44.21º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1BCAE is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 174 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.24 |
| HSL | 44.21º | 0.13% | 0.72% | - |
| HSV(B) | 44.21º | 0.1% | 0.76% | - |
| XYZ | 47.62 | 50.36 | 47.26 | - |
| YUV | 187.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 174 | 0 | 0.03 | 0.10 | 0.24 | 44.21 | 0.13 | 0.72 |
| Hex | C1 | BC | AE | 0 | 3 | A | 18 | 2C | D | 48 |
| Octal | 301 | 274 | 256 | 0 | 3 | 12 | 30 | 54 | 15 | 110 |
| Binary | 11000001 | 10111100 | 10101110 | 0 | 11 | 1010 | 11000 | 101100 | 1101 | 1001000 |
Color Harmonies of #C1BCAE
Complementary color
Monochromatic Colors of #C1BCAE
Black with #C1BCAE
Text Example
Text Example
White with #C1BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCAE; }
p { color: rgb(193,188,174); }
H1.HeaderClassName
{
color: #C1BCAE;
}
.AnyTagClassName
{
color: #C1BCAE;
}
</style>
background-color css
<style>
a { background-color: #C1BCAE; }
a { background-color: rgb(193,188,174); }
div.DivClassName
{
background-color: #C1BCAE;
}
.BgClassName
{
background-color: #C1BCAE;
}
</style>
border-color css
<style>
span { border-color: #C1BCAE; }
span { border-color: rgb(193,188,174); }
td.TdClassName
{
border-color: #C1BCAE;
}
.TagClassName
{
border-color: #C1BCAE;
}
</style>