Shades of Wafer #CFB9AA
Tints of Wafer #CFB9AA
RGB
CMYK
RGB Variations
Color information
#CFB9AA (or 0xCFB9AA) is known color: Wafer. HEX triplet: CF, B9 and AA. RGB value is (207,185,170). Sum of RGB (Red+Green+Blue) = 207+185+170=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9AA is #304655. Grayscale: #BDBDBD. Windows color (decimal): -3163734 or 11188687. OLE color: 11188687.
HSL color Cylindrical-coordinate representation of color #CFB9AA: hue angle of 24.32º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB9AA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 170 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.19 |
| HSL | 24.32º | 0.28% | 0.74% | - |
| HSV(B) | 24.32º | 0.18% | 0.81% | - |
| XYZ | 50.34 | 50.87 | 45.2 | - |
| YUV | 189.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 170 | 0 | 0.11 | 0.18 | 0.19 | 24.32 | 0.28 | 0.74 |
| Hex | CF | B9 | AA | 0 | B | 12 | 13 | 18 | 1C | 4A |
| Octal | 317 | 271 | 252 | 0 | 13 | 22 | 23 | 30 | 34 | 112 |
| Binary | 11001111 | 10111001 | 10101010 | 0 | 1011 | 10010 | 10011 | 11000 | 11100 | 1001010 |
Color Harmonies of #CFB9AA
Complementary color
Monochromatic Colors of #CFB9AA
Black with #CFB9AA
Text Example
Text Example
White with #CFB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9AA; }
p { color: rgb(207,185,170); }
H1.HeaderClassName
{
color: #CFB9AA;
}
.AnyTagClassName
{
color: #CFB9AA;
}
</style>
background-color css
<style>
a { background-color: #CFB9AA; }
a { background-color: rgb(207,185,170); }
div.DivClassName
{
background-color: #CFB9AA;
}
.BgClassName
{
background-color: #CFB9AA;
}
</style>
border-color css
<style>
span { border-color: #CFB9AA; }
span { border-color: rgb(207,185,170); }
td.TdClassName
{
border-color: #CFB9AA;
}
.TagClassName
{
border-color: #CFB9AA;
}
</style>