Shades of Cotton Seed #C2BDB1
Tints of Cotton Seed #C2BDB1
RGB
CMYK
RGB Variations
Color information
#C2BDB1 (or 0xC2BDB1) is known color: Cotton Seed. HEX triplet: C2, BD and B1. RGB value is (194,189,177). Sum of RGB (Red+Green+Blue) = 194+189+177=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDB1 is #3D424E. Grayscale: #BDBDBD. Windows color (decimal): -4014671 or 11648450. OLE color: 11648450.
HSL color Cylindrical-coordinate representation of color #C2BDB1: hue angle of 42.35º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BDB1 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 177 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.24 |
| HSL | 42.35º | 0.12% | 0.73% | - |
| HSV(B) | 42.35º | 0.09% | 0.76% | - |
| XYZ | 48.38 | 51.04 | 48.9 | - |
| YUV | 189.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 177 | 0 | 0.03 | 0.09 | 0.24 | 42.35 | 0.12 | 0.73 |
| Hex | C2 | BD | B1 | 0 | 3 | 9 | 18 | 2A | C | 49 |
| Octal | 302 | 275 | 261 | 0 | 3 | 11 | 30 | 52 | 14 | 111 |
| Binary | 11000010 | 10111101 | 10110001 | 0 | 11 | 1001 | 11000 | 101010 | 1100 | 1001001 |
Color Harmonies of #C2BDB1
Complementary color
Monochromatic Colors of #C2BDB1
Black with #C2BDB1
Text Example
Text Example
White with #C2BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDB1; }
p { color: rgb(194,189,177); }
H1.HeaderClassName
{
color: #C2BDB1;
}
.AnyTagClassName
{
color: #C2BDB1;
}
</style>
background-color css
<style>
a { background-color: #C2BDB1; }
a { background-color: rgb(194,189,177); }
div.DivClassName
{
background-color: #C2BDB1;
}
.BgClassName
{
background-color: #C2BDB1;
}
</style>
border-color css
<style>
span { border-color: #C2BDB1; }
span { border-color: rgb(194,189,177); }
td.TdClassName
{
border-color: #C2BDB1;
}
.TagClassName
{
border-color: #C2BDB1;
}
</style>