Shades of Wafer #CFB8AA
Tints of Wafer #CFB8AA
RGB
CMYK
RGB Variations
Color information
#CFB8AA (or 0xCFB8AA) is known color: Wafer. HEX triplet: CF, B8 and AA. RGB value is (207,184,170). Sum of RGB (Red+Green+Blue) = 207+184+170=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB8AA is #304755. Grayscale: #BDBDBD. Windows color (decimal): -3163990 or 11188431. OLE color: 11188431.
HSL color Cylindrical-coordinate representation of color #CFB8AA: hue angle of 22.7º 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 #CFB8AA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 170 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.19 |
| HSL | 22.7º | 0.28% | 0.74% | - |
| HSV(B) | 22.7º | 0.18% | 0.81% | - |
| XYZ | 50.13 | 50.45 | 45.13 | - |
| YUV | 189.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 170 | 0 | 0.11 | 0.18 | 0.19 | 22.7 | 0.28 | 0.74 |
| Hex | CF | B8 | AA | 0 | B | 12 | 13 | 17 | 1C | 4A |
| Octal | 317 | 270 | 252 | 0 | 13 | 22 | 23 | 27 | 34 | 112 |
| Binary | 11001111 | 10111000 | 10101010 | 0 | 1011 | 10010 | 10011 | 10111 | 11100 | 1001010 |
Color Harmonies of #CFB8AA
Complementary color
Monochromatic Colors of #CFB8AA
Black with #CFB8AA
Text Example
Text Example
White with #CFB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8AA; }
p { color: rgb(207,184,170); }
H1.HeaderClassName
{
color: #CFB8AA;
}
.AnyTagClassName
{
color: #CFB8AA;
}
</style>
background-color css
<style>
a { background-color: #CFB8AA; }
a { background-color: rgb(207,184,170); }
div.DivClassName
{
background-color: #CFB8AA;
}
.BgClassName
{
background-color: #CFB8AA;
}
</style>
border-color css
<style>
span { border-color: #CFB8AA; }
span { border-color: rgb(207,184,170); }
td.TdClassName
{
border-color: #CFB8AA;
}
.TagClassName
{
border-color: #CFB8AA;
}
</style>