Shades of Cotton Seed #C0BCB0
Tints of Cotton Seed #C0BCB0
RGB
CMYK
RGB Variations
Color information
#C0BCB0 (or 0xC0BCB0) is known color: Cotton Seed. HEX triplet: C0, BC and B0. RGB value is (192,188,176). Sum of RGB (Red+Green+Blue) = 192+188+176=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCB0 is #3F434F. Grayscale: #BBBBBB. Windows color (decimal): -4146000 or 11582656. OLE color: 11582656.
HSL color Cylindrical-coordinate representation of color #C0BCB0: hue angle of 45º 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 #C0BCB0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 176 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.25 |
| HSL | 45º | 0.11% | 0.72% | - |
| HSV(B) | 45º | 0.08% | 0.75% | - |
| XYZ | 47.56 | 50.31 | 48.28 | - |
| YUV | 187.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 176 | 0 | 0.02 | 0.08 | 0.25 | 45 | 0.11 | 0.72 |
| Hex | C0 | BC | B0 | 0 | 2 | 8 | 19 | 2D | B | 48 |
| Octal | 300 | 274 | 260 | 0 | 2 | 10 | 31 | 55 | 13 | 110 |
| Binary | 11000000 | 10111100 | 10110000 | 0 | 10 | 1000 | 11001 | 101101 | 1011 | 1001000 |
Color Harmonies of #C0BCB0
Complementary color
Monochromatic Colors of #C0BCB0
Black with #C0BCB0
Text Example
Text Example
White with #C0BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCB0; }
p { color: rgb(192,188,176); }
H1.HeaderClassName
{
color: #C0BCB0;
}
.AnyTagClassName
{
color: #C0BCB0;
}
</style>
background-color css
<style>
a { background-color: #C0BCB0; }
a { background-color: rgb(192,188,176); }
div.DivClassName
{
background-color: #C0BCB0;
}
.BgClassName
{
background-color: #C0BCB0;
}
</style>
border-color css
<style>
span { border-color: #C0BCB0; }
span { border-color: rgb(192,188,176); }
td.TdClassName
{
border-color: #C0BCB0;
}
.TagClassName
{
border-color: #C0BCB0;
}
</style>