Shades of Cotton Seed #C1BDB1
Tints of Cotton Seed #C1BDB1
RGB
CMYK
RGB Variations
Color information
#C1BDB1 (or 0xC1BDB1) is known color: Cotton Seed. HEX triplet: C1, BD and B1. RGB value is (193,189,177). Sum of RGB (Red+Green+Blue) = 193+189+177=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BDB1 is #3E424E. Grayscale: #BCBCBC. Windows color (decimal): -4080207 or 11648449. OLE color: 11648449.
HSL color Cylindrical-coordinate representation of color #C1BDB1: hue angle of 45º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1BDB1 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 177 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.24 |
| HSL | 45º | 0.11% | 0.73% | - |
| HSV(B) | 45º | 0.08% | 0.76% | - |
| XYZ | 48.13 | 50.91 | 48.88 | - |
| YUV | 188.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 177 | 0 | 0.02 | 0.08 | 0.24 | 45 | 0.11 | 0.73 |
| Hex | C1 | BD | B1 | 0 | 2 | 8 | 18 | 2D | B | 49 |
| Octal | 301 | 275 | 261 | 0 | 2 | 10 | 30 | 55 | 13 | 111 |
| Binary | 11000001 | 10111101 | 10110001 | 0 | 10 | 1000 | 11000 | 101101 | 1011 | 1001001 |
Color Harmonies of #C1BDB1
Complementary color
Monochromatic Colors of #C1BDB1
Black with #C1BDB1
Text Example
Text Example
White with #C1BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDB1; }
p { color: rgb(193,189,177); }
H1.HeaderClassName
{
color: #C1BDB1;
}
.AnyTagClassName
{
color: #C1BDB1;
}
</style>
background-color css
<style>
a { background-color: #C1BDB1; }
a { background-color: rgb(193,189,177); }
div.DivClassName
{
background-color: #C1BDB1;
}
.BgClassName
{
background-color: #C1BDB1;
}
</style>
border-color css
<style>
span { border-color: #C1BDB1; }
span { border-color: rgb(193,189,177); }
td.TdClassName
{
border-color: #C1BDB1;
}
.TagClassName
{
border-color: #C1BDB1;
}
</style>