Shades of Wafer #CFB9AC
Tints of Wafer #CFB9AC
RGB
CMYK
RGB Variations
Color information
#CFB9AC (or 0xCFB9AC) is known color: Wafer. HEX triplet: CF, B9 and AC. RGB value is (207,185,172). Sum of RGB (Red+Green+Blue) = 207+185+172=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9AC is #304653. Grayscale: #BEBEBE. Windows color (decimal): -3163732 or 11319759. OLE color: 11319759.
HSL color Cylindrical-coordinate representation of color #CFB9AC: hue angle of 22.29º degrees, saturation: 0.27, 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 #CFB9AC is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 172 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.19 |
| HSL | 22.29º | 0.27% | 0.74% | - |
| HSV(B) | 22.29º | 0.17% | 0.81% | - |
| XYZ | 50.53 | 50.94 | 46.2 | - |
| YUV | 190.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 172 | 0 | 0.11 | 0.17 | 0.19 | 22.29 | 0.27 | 0.74 |
| Hex | CF | B9 | AC | 0 | B | 11 | 13 | 16 | 1B | 4A |
| Octal | 317 | 271 | 254 | 0 | 13 | 21 | 23 | 26 | 33 | 112 |
| Binary | 11001111 | 10111001 | 10101100 | 0 | 1011 | 10001 | 10011 | 10110 | 11011 | 1001010 |
Color Harmonies of #CFB9AC
Complementary color
Monochromatic Colors of #CFB9AC
Black with #CFB9AC
Text Example
Text Example
White with #CFB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9AC; }
p { color: rgb(207,185,172); }
H1.HeaderClassName
{
color: #CFB9AC;
}
.AnyTagClassName
{
color: #CFB9AC;
}
</style>
background-color css
<style>
a { background-color: #CFB9AC; }
a { background-color: rgb(207,185,172); }
div.DivClassName
{
background-color: #CFB9AC;
}
.BgClassName
{
background-color: #CFB9AC;
}
</style>
border-color css
<style>
span { border-color: #CFB9AC; }
span { border-color: rgb(207,185,172); }
td.TdClassName
{
border-color: #CFB9AC;
}
.TagClassName
{
border-color: #CFB9AC;
}
</style>