Shades of Cotton Seed #C4BCAA
Tints of Cotton Seed #C4BCAA
RGB
CMYK
RGB Variations
Color information
#C4BCAA (or 0xC4BCAA) is known color: Cotton Seed. HEX triplet: C4, BC and AA. RGB value is (196,188,170). Sum of RGB (Red+Green+Blue) = 196+188+170=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCAA is #3B4355. Grayscale: #BCBCBC. Windows color (decimal): -3883862 or 11189444. OLE color: 11189444.
HSL color Cylindrical-coordinate representation of color #C4BCAA: hue angle of 41.54º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BCAA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 170 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.23 |
| HSL | 41.54º | 0.18% | 0.72% | - |
| HSV(B) | 41.54º | 0.13% | 0.77% | - |
| XYZ | 48 | 50.6 | 45.27 | - |
| YUV | 188.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 170 | 0 | 0.04 | 0.13 | 0.23 | 41.54 | 0.18 | 0.72 |
| Hex | C4 | BC | AA | 0 | 4 | D | 17 | 2A | 12 | 48 |
| Octal | 304 | 274 | 252 | 0 | 4 | 15 | 27 | 52 | 22 | 110 |
| Binary | 11000100 | 10111100 | 10101010 | 0 | 100 | 1101 | 10111 | 101010 | 10010 | 1001000 |
Color Harmonies of #C4BCAA
Complementary color
Monochromatic Colors of #C4BCAA
Black with #C4BCAA
Text Example
Text Example
White with #C4BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCAA; }
p { color: rgb(196,188,170); }
H1.HeaderClassName
{
color: #C4BCAA;
}
.AnyTagClassName
{
color: #C4BCAA;
}
</style>
background-color css
<style>
a { background-color: #C4BCAA; }
a { background-color: rgb(196,188,170); }
div.DivClassName
{
background-color: #C4BCAA;
}
.BgClassName
{
background-color: #C4BCAA;
}
</style>
border-color css
<style>
span { border-color: #C4BCAA; }
span { border-color: rgb(196,188,170); }
td.TdClassName
{
border-color: #C4BCAA;
}
.TagClassName
{
border-color: #C4BCAA;
}
</style>