Shades of Cotton Seed #C0BCB1
Tints of Cotton Seed #C0BCB1
RGB
CMYK
RGB Variations
Color information
#C0BCB1 (or 0xC0BCB1) is known color: Cotton Seed. HEX triplet: C0, BC and B1. RGB value is (192,188,177). Sum of RGB (Red+Green+Blue) = 192+188+177=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCB1 is #3F434E. Grayscale: #BBBBBB. Windows color (decimal): -4145999 or 11648192. OLE color: 11648192.
HSL color Cylindrical-coordinate representation of color #C0BCB1: hue angle of 44º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BCB1 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 177 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.25 |
| HSL | 44º | 0.11% | 0.72% | - |
| HSV(B) | 44º | 0.08% | 0.75% | - |
| XYZ | 47.66 | 50.35 | 48.8 | - |
| YUV | 187.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 177 | 0 | 0.02 | 0.08 | 0.25 | 44 | 0.11 | 0.72 |
| Hex | C0 | BC | B1 | 0 | 2 | 8 | 19 | 2C | B | 48 |
| Octal | 300 | 274 | 261 | 0 | 2 | 10 | 31 | 54 | 13 | 110 |
| Binary | 11000000 | 10111100 | 10110001 | 0 | 10 | 1000 | 11001 | 101100 | 1011 | 1001000 |
Color Harmonies of #C0BCB1
Complementary color
Monochromatic Colors of #C0BCB1
Black with #C0BCB1
Text Example
Text Example
White with #C0BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCB1; }
p { color: rgb(192,188,177); }
H1.HeaderClassName
{
color: #C0BCB1;
}
.AnyTagClassName
{
color: #C0BCB1;
}
</style>
background-color css
<style>
a { background-color: #C0BCB1; }
a { background-color: rgb(192,188,177); }
div.DivClassName
{
background-color: #C0BCB1;
}
.BgClassName
{
background-color: #C0BCB1;
}
</style>
border-color css
<style>
span { border-color: #C0BCB1; }
span { border-color: rgb(192,188,177); }
td.TdClassName
{
border-color: #C0BCB1;
}
.TagClassName
{
border-color: #C0BCB1;
}
</style>