Shades of Wafer #CEB9AC
Tints of Wafer #CEB9AC
RGB
CMYK
RGB Variations
Color information
#CEB9AC (or 0xCEB9AC) is known color: Wafer. HEX triplet: CE, B9 and AC. RGB value is (206,185,172). Sum of RGB (Red+Green+Blue) = 206+185+172=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB9AC is #314653. Grayscale: #BDBDBD. Windows color (decimal): -3229268 or 11319758. OLE color: 11319758.
HSL color Cylindrical-coordinate representation of color #CEB9AC: hue angle of 22.94º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB9AC is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 172 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.19 |
| HSL | 22.94º | 0.26% | 0.74% | - |
| HSV(B) | 22.94º | 0.17% | 0.81% | - |
| XYZ | 50.25 | 50.8 | 46.19 | - |
| YUV | 189.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 172 | 0 | 0.10 | 0.17 | 0.19 | 22.94 | 0.26 | 0.74 |
| Hex | CE | B9 | AC | 0 | A | 11 | 13 | 17 | 1A | 4A |
| Octal | 316 | 271 | 254 | 0 | 12 | 21 | 23 | 27 | 32 | 112 |
| Binary | 11001110 | 10111001 | 10101100 | 0 | 1010 | 10001 | 10011 | 10111 | 11010 | 1001010 |
Color Harmonies of #CEB9AC
Complementary color
Monochromatic Colors of #CEB9AC
Black with #CEB9AC
Text Example
Text Example
White with #CEB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB9AC; }
p { color: rgb(206,185,172); }
H1.HeaderClassName
{
color: #CEB9AC;
}
.AnyTagClassName
{
color: #CEB9AC;
}
</style>
background-color css
<style>
a { background-color: #CEB9AC; }
a { background-color: rgb(206,185,172); }
div.DivClassName
{
background-color: #CEB9AC;
}
.BgClassName
{
background-color: #CEB9AC;
}
</style>
border-color css
<style>
span { border-color: #CEB9AC; }
span { border-color: rgb(206,185,172); }
td.TdClassName
{
border-color: #CEB9AC;
}
.TagClassName
{
border-color: #CEB9AC;
}
</style>