Shades of Wafer #CFBAB0
Tints of Wafer #CFBAB0
RGB
CMYK
RGB Variations
Color information
#CFBAB0 (or 0xCFBAB0) is known color: Wafer. HEX triplet: CF, BA and B0. RGB value is (207,186,176). Sum of RGB (Red+Green+Blue) = 207+186+176=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAB0 is #30454F. Grayscale: #BFBFBF. Windows color (decimal): -3163472 or 11582159. OLE color: 11582159.
HSL color Cylindrical-coordinate representation of color #CFBAB0: hue angle of 19.35º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBAB0 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 176 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.19 |
| HSL | 19.35º | 0.24% | 0.75% | - |
| HSV(B) | 19.35º | 0.15% | 0.81% | - |
| XYZ | 51.13 | 51.52 | 48.32 | - |
| YUV | 191.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 176 | 0 | 0.10 | 0.15 | 0.19 | 19.35 | 0.24 | 0.75 |
| Hex | CF | BA | B0 | 0 | A | F | 13 | 13 | 18 | 4B |
| Octal | 317 | 272 | 260 | 0 | 12 | 17 | 23 | 23 | 30 | 113 |
| Binary | 11001111 | 10111010 | 10110000 | 0 | 1010 | 1111 | 10011 | 10011 | 11000 | 1001011 |
Color Harmonies of #CFBAB0
Complementary color
Monochromatic Colors of #CFBAB0
Black with #CFBAB0
Text Example
Text Example
White with #CFBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAB0; }
p { color: rgb(207,186,176); }
H1.HeaderClassName
{
color: #CFBAB0;
}
.AnyTagClassName
{
color: #CFBAB0;
}
</style>
background-color css
<style>
a { background-color: #CFBAB0; }
a { background-color: rgb(207,186,176); }
div.DivClassName
{
background-color: #CFBAB0;
}
.BgClassName
{
background-color: #CFBAB0;
}
</style>
border-color css
<style>
span { border-color: #CFBAB0; }
span { border-color: rgb(207,186,176); }
td.TdClassName
{
border-color: #CFBAB0;
}
.TagClassName
{
border-color: #CFBAB0;
}
</style>