Shades of Wafer #CBBBB0
Tints of Wafer #CBBBB0
RGB
CMYK
RGB Variations
Color information
#CBBBB0 (or 0xCBBBB0) is known color: Wafer. HEX triplet: CB, BB and B0. RGB value is (203,187,176). Sum of RGB (Red+Green+Blue) = 203+187+176=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBB0 is #34444F. Grayscale: #BEBEBE. Windows color (decimal): -3425360 or 11582411. OLE color: 11582411.
HSL color Cylindrical-coordinate representation of color #CBBBB0: hue angle of 24.44º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBBB0 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 176 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.20 |
| HSL | 24.44º | 0.21% | 0.74% | - |
| HSV(B) | 24.44º | 0.13% | 0.8% | - |
| XYZ | 50.24 | 51.37 | 48.34 | - |
| YUV | 190.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 176 | 0 | 0.08 | 0.13 | 0.20 | 24.44 | 0.21 | 0.74 |
| Hex | CB | BB | B0 | 0 | 8 | D | 14 | 18 | 15 | 4A |
| Octal | 313 | 273 | 260 | 0 | 10 | 15 | 24 | 30 | 25 | 112 |
| Binary | 11001011 | 10111011 | 10110000 | 0 | 1000 | 1101 | 10100 | 11000 | 10101 | 1001010 |
Color Harmonies of #CBBBB0
Complementary color
Monochromatic Colors of #CBBBB0
Black with #CBBBB0
Text Example
Text Example
White with #CBBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBB0; }
p { color: rgb(203,187,176); }
H1.HeaderClassName
{
color: #CBBBB0;
}
.AnyTagClassName
{
color: #CBBBB0;
}
</style>
background-color css
<style>
a { background-color: #CBBBB0; }
a { background-color: rgb(203,187,176); }
div.DivClassName
{
background-color: #CBBBB0;
}
.BgClassName
{
background-color: #CBBBB0;
}
</style>
border-color css
<style>
span { border-color: #CBBBB0; }
span { border-color: rgb(203,187,176); }
td.TdClassName
{
border-color: #CBBBB0;
}
.TagClassName
{
border-color: #CBBBB0;
}
</style>