Shades of Wafer #CFB9AB
Tints of Wafer #CFB9AB
RGB
CMYK
RGB Variations
Color information
#CFB9AB (or 0xCFB9AB) is known color: Wafer. HEX triplet: CF, B9 and AB. RGB value is (207,185,171). Sum of RGB (Red+Green+Blue) = 207+185+171=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9AB is #304654. Grayscale: #BEBEBE. Windows color (decimal): -3163733 or 11254223. OLE color: 11254223.
HSL color Cylindrical-coordinate representation of color #CFB9AB: hue angle of 23.33º 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 #CFB9AB is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 171 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.19 |
| HSL | 23.33º | 0.27% | 0.74% | - |
| HSV(B) | 23.33º | 0.17% | 0.81% | - |
| XYZ | 50.43 | 50.9 | 45.7 | - |
| YUV | 189.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 171 | 0 | 0.11 | 0.17 | 0.19 | 23.33 | 0.27 | 0.74 |
| Hex | CF | B9 | AB | 0 | B | 11 | 13 | 17 | 1B | 4A |
| Octal | 317 | 271 | 253 | 0 | 13 | 21 | 23 | 27 | 33 | 112 |
| Binary | 11001111 | 10111001 | 10101011 | 0 | 1011 | 10001 | 10011 | 10111 | 11011 | 1001010 |
Color Harmonies of #CFB9AB
Complementary color
Monochromatic Colors of #CFB9AB
Black with #CFB9AB
Text Example
Text Example
White with #CFB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9AB; }
p { color: rgb(207,185,171); }
H1.HeaderClassName
{
color: #CFB9AB;
}
.AnyTagClassName
{
color: #CFB9AB;
}
</style>
background-color css
<style>
a { background-color: #CFB9AB; }
a { background-color: rgb(207,185,171); }
div.DivClassName
{
background-color: #CFB9AB;
}
.BgClassName
{
background-color: #CFB9AB;
}
</style>
border-color css
<style>
span { border-color: #CFB9AB; }
span { border-color: rgb(207,185,171); }
td.TdClassName
{
border-color: #CFB9AB;
}
.TagClassName
{
border-color: #CFB9AB;
}
</style>