Shades of Wafer #CFB9B1
Tints of Wafer #CFB9B1
RGB
CMYK
RGB Variations
Color information
#CFB9B1 (or 0xCFB9B1) is known color: Wafer. HEX triplet: CF, B9 and B1. RGB value is (207,185,177). Sum of RGB (Red+Green+Blue) = 207+185+177=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9B1 is #30464E. Grayscale: #BEBEBE. Windows color (decimal): -3163727 or 11647439. OLE color: 11647439.
HSL color Cylindrical-coordinate representation of color #CFB9B1: hue angle of 16º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB9B1 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 177 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.19 |
| HSL | 16º | 0.24% | 0.75% | - |
| HSV(B) | 16º | 0.14% | 0.81% | - |
| XYZ | 51.02 | 51.14 | 48.78 | - |
| YUV | 190.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 177 | 0 | 0.11 | 0.14 | 0.19 | 16 | 0.24 | 0.75 |
| Hex | CF | B9 | B1 | 0 | B | E | 13 | 10 | 18 | 4B |
| Octal | 317 | 271 | 261 | 0 | 13 | 16 | 23 | 20 | 30 | 113 |
| Binary | 11001111 | 10111001 | 10110001 | 0 | 1011 | 1110 | 10011 | 10000 | 11000 | 1001011 |
Color Harmonies of #CFB9B1
Complementary color
Monochromatic Colors of #CFB9B1
Black with #CFB9B1
Text Example
Text Example
White with #CFB9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9B1; }
p { color: rgb(207,185,177); }
H1.HeaderClassName
{
color: #CFB9B1;
}
.AnyTagClassName
{
color: #CFB9B1;
}
</style>
background-color css
<style>
a { background-color: #CFB9B1; }
a { background-color: rgb(207,185,177); }
div.DivClassName
{
background-color: #CFB9B1;
}
.BgClassName
{
background-color: #CFB9B1;
}
</style>
border-color css
<style>
span { border-color: #CFB9B1; }
span { border-color: rgb(207,185,177); }
td.TdClassName
{
border-color: #CFB9B1;
}
.TagClassName
{
border-color: #CFB9B1;
}
</style>