Shades of Cotton Seed #C2BCAD
Tints of Cotton Seed #C2BCAD
RGB
CMYK
RGB Variations
Color information
#C2BCAD (or 0xC2BCAD) is known color: Cotton Seed. HEX triplet: C2, BC and AD. RGB value is (194,188,173). Sum of RGB (Red+Green+Blue) = 194+188+173=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCAD is #3D4352. Grayscale: #BCBCBC. Windows color (decimal): -4014931 or 11386050. OLE color: 11386050.
HSL color Cylindrical-coordinate representation of color #C2BCAD: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BCAD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 173 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.24 |
| HSL | 42.86º | 0.15% | 0.72% | - |
| HSV(B) | 42.86º | 0.11% | 0.76% | - |
| XYZ | 47.77 | 50.45 | 46.76 | - |
| YUV | 188.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 173 | 0 | 0.03 | 0.11 | 0.24 | 42.86 | 0.15 | 0.72 |
| Hex | C2 | BC | AD | 0 | 3 | B | 18 | 2B | F | 48 |
| Octal | 302 | 274 | 255 | 0 | 3 | 13 | 30 | 53 | 17 | 110 |
| Binary | 11000010 | 10111100 | 10101101 | 0 | 11 | 1011 | 11000 | 101011 | 1111 | 1001000 |
Color Harmonies of #C2BCAD
Complementary color
Monochromatic Colors of #C2BCAD
Black with #C2BCAD
Text Example
Text Example
White with #C2BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCAD; }
p { color: rgb(194,188,173); }
H1.HeaderClassName
{
color: #C2BCAD;
}
.AnyTagClassName
{
color: #C2BCAD;
}
</style>
background-color css
<style>
a { background-color: #C2BCAD; }
a { background-color: rgb(194,188,173); }
div.DivClassName
{
background-color: #C2BCAD;
}
.BgClassName
{
background-color: #C2BCAD;
}
</style>
border-color css
<style>
span { border-color: #C2BCAD; }
span { border-color: rgb(194,188,173); }
td.TdClassName
{
border-color: #C2BCAD;
}
.TagClassName
{
border-color: #C2BCAD;
}
</style>