Shades of Wafer #CFB9AD
Tints of Wafer #CFB9AD
RGB
CMYK
RGB Variations
Color information
#CFB9AD (or 0xCFB9AD) is known color: Wafer. HEX triplet: CF, B9 and AD. RGB value is (207,185,173). Sum of RGB (Red+Green+Blue) = 207+185+173=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9AD is #304652. Grayscale: #BEBEBE. Windows color (decimal): -3163731 or 11385295. OLE color: 11385295.
HSL color Cylindrical-coordinate representation of color #CFB9AD: hue angle of 21.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFB9AD is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 173 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.19 |
| HSL | 21.18º | 0.26% | 0.75% | - |
| HSV(B) | 21.18º | 0.16% | 0.81% | - |
| XYZ | 50.62 | 50.98 | 46.71 | - |
| YUV | 190.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 173 | 0 | 0.11 | 0.16 | 0.19 | 21.18 | 0.26 | 0.75 |
| Hex | CF | B9 | AD | 0 | B | 10 | 13 | 15 | 1A | 4B |
| Octal | 317 | 271 | 255 | 0 | 13 | 20 | 23 | 25 | 32 | 113 |
| Binary | 11001111 | 10111001 | 10101101 | 0 | 1011 | 10000 | 10011 | 10101 | 11010 | 1001011 |
Color Harmonies of #CFB9AD
Complementary color
Monochromatic Colors of #CFB9AD
Black with #CFB9AD
Text Example
Text Example
White with #CFB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9AD; }
p { color: rgb(207,185,173); }
H1.HeaderClassName
{
color: #CFB9AD;
}
.AnyTagClassName
{
color: #CFB9AD;
}
</style>
background-color css
<style>
a { background-color: #CFB9AD; }
a { background-color: rgb(207,185,173); }
div.DivClassName
{
background-color: #CFB9AD;
}
.BgClassName
{
background-color: #CFB9AD;
}
</style>
border-color css
<style>
span { border-color: #CFB9AD; }
span { border-color: rgb(207,185,173); }
td.TdClassName
{
border-color: #CFB9AD;
}
.TagClassName
{
border-color: #CFB9AD;
}
</style>