Shades of Wafer #CBB9B2
Tints of Wafer #CBB9B2
RGB
CMYK
RGB Variations
Color information
#CBB9B2 (or 0xCBB9B2) is known color: Wafer. HEX triplet: CB, B9 and B2. RGB value is (203,185,178). Sum of RGB (Red+Green+Blue) = 203+185+178=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9B2 is #34464D. Grayscale: #BDBDBD. Windows color (decimal): -3425870 or 11712971. OLE color: 11712971.
HSL color Cylindrical-coordinate representation of color #CBB9B2: hue angle of 16.8º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB9B2 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 178 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.20 |
| HSL | 16.8º | 0.19% | 0.75% | - |
| HSV(B) | 16.8º | 0.12% | 0.8% | - |
| XYZ | 50.01 | 50.61 | 49.25 | - |
| YUV | 189.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 178 | 0 | 0.09 | 0.12 | 0.20 | 16.8 | 0.19 | 0.75 |
| Hex | CB | B9 | B2 | 0 | 9 | C | 14 | 11 | 13 | 4B |
| Octal | 313 | 271 | 262 | 0 | 11 | 14 | 24 | 21 | 23 | 113 |
| Binary | 11001011 | 10111001 | 10110010 | 0 | 1001 | 1100 | 10100 | 10001 | 10011 | 1001011 |
Color Harmonies of #CBB9B2
Complementary color
Monochromatic Colors of #CBB9B2
Black with #CBB9B2
Text Example
Text Example
White with #CBB9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9B2; }
p { color: rgb(203,185,178); }
H1.HeaderClassName
{
color: #CBB9B2;
}
.AnyTagClassName
{
color: #CBB9B2;
}
</style>
background-color css
<style>
a { background-color: #CBB9B2; }
a { background-color: rgb(203,185,178); }
div.DivClassName
{
background-color: #CBB9B2;
}
.BgClassName
{
background-color: #CBB9B2;
}
</style>
border-color css
<style>
span { border-color: #CBB9B2; }
span { border-color: rgb(203,185,178); }
td.TdClassName
{
border-color: #CBB9B2;
}
.TagClassName
{
border-color: #CBB9B2;
}
</style>