Shades of Wafer #CBBAB1
Tints of Wafer #CBBAB1
RGB
CMYK
RGB Variations
Color information
#CBBAB1 (or 0xCBBAB1) is known color: Wafer. HEX triplet: CB, BA and B1. RGB value is (203,186,177). Sum of RGB (Red+Green+Blue) = 203+186+177=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBAB1 is #34454E. Grayscale: #BEBEBE. Windows color (decimal): -3425615 or 11647691. OLE color: 11647691.
HSL color Cylindrical-coordinate representation of color #CBBAB1: hue angle of 20.77º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBAB1 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 177 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.20 |
| HSL | 20.77º | 0.2% | 0.75% | - |
| HSV(B) | 20.77º | 0.13% | 0.8% | - |
| XYZ | 50.12 | 50.99 | 48.79 | - |
| YUV | 190.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 177 | 0 | 0.08 | 0.13 | 0.20 | 20.77 | 0.2 | 0.75 |
| Hex | CB | BA | B1 | 0 | 8 | D | 14 | 15 | 14 | 4B |
| Octal | 313 | 272 | 261 | 0 | 10 | 15 | 24 | 25 | 24 | 113 |
| Binary | 11001011 | 10111010 | 10110001 | 0 | 1000 | 1101 | 10100 | 10101 | 10100 | 1001011 |
Color Harmonies of #CBBAB1
Complementary color
Monochromatic Colors of #CBBAB1
Black with #CBBAB1
Text Example
Text Example
White with #CBBAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAB1; }
p { color: rgb(203,186,177); }
H1.HeaderClassName
{
color: #CBBAB1;
}
.AnyTagClassName
{
color: #CBBAB1;
}
</style>
background-color css
<style>
a { background-color: #CBBAB1; }
a { background-color: rgb(203,186,177); }
div.DivClassName
{
background-color: #CBBAB1;
}
.BgClassName
{
background-color: #CBBAB1;
}
</style>
border-color css
<style>
span { border-color: #CBBAB1; }
span { border-color: rgb(203,186,177); }
td.TdClassName
{
border-color: #CBBAB1;
}
.TagClassName
{
border-color: #CBBAB1;
}
</style>