Shades of Wafer #CFB9B3
Tints of Wafer #CFB9B3
RGB
CMYK
RGB Variations
Color information
#CFB9B3 (or 0xCFB9B3) is known color: Wafer. HEX triplet: CF, B9 and B3. RGB value is (207,185,179). Sum of RGB (Red+Green+Blue) = 207+185+179=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9B3 is #30464C. Grayscale: #BEBEBE. Windows color (decimal): -3163725 or 11778511. OLE color: 11778511.
HSL color Cylindrical-coordinate representation of color #CFB9B3: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB9B3 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 179 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.19 |
| HSL | 12.86º | 0.23% | 0.76% | - |
| HSV(B) | 12.86º | 0.14% | 0.81% | - |
| XYZ | 51.22 | 51.22 | 49.83 | - |
| YUV | 190.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 179 | 0 | 0.11 | 0.14 | 0.19 | 12.86 | 0.23 | 0.76 |
| Hex | CF | B9 | B3 | 0 | B | E | 13 | D | 17 | 4C |
| Octal | 317 | 271 | 263 | 0 | 13 | 16 | 23 | 15 | 27 | 114 |
| Binary | 11001111 | 10111001 | 10110011 | 0 | 1011 | 1110 | 10011 | 1101 | 10111 | 1001100 |
Color Harmonies of #CFB9B3
Complementary color
Monochromatic Colors of #CFB9B3
Black with #CFB9B3
Text Example
Text Example
White with #CFB9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9B3; }
p { color: rgb(207,185,179); }
H1.HeaderClassName
{
color: #CFB9B3;
}
.AnyTagClassName
{
color: #CFB9B3;
}
</style>
background-color css
<style>
a { background-color: #CFB9B3; }
a { background-color: rgb(207,185,179); }
div.DivClassName
{
background-color: #CFB9B3;
}
.BgClassName
{
background-color: #CFB9B3;
}
</style>
border-color css
<style>
span { border-color: #CFB9B3; }
span { border-color: rgb(207,185,179); }
td.TdClassName
{
border-color: #CFB9B3;
}
.TagClassName
{
border-color: #CFB9B3;
}
</style>